We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 500d2e9 + 902bc01 commit 26638e2Copy full SHA for 26638e2
src/widget_themes/mod.rs
@@ -53,7 +53,7 @@ pub(crate) const OS_BG_DOWN_BOX: FrameType =
53
pub(crate) const OS_TOOLBAR_FRAME: FrameType =
54
FrameType::UserFrameType(unsafe { UnmappedFrameType::from_i32(58) });
55
56
-pub const OS_FONT_SIZE: i32 = if cfg!(target_os = "window") { 12 } else { 13 };
+pub const OS_FONT_SIZE: i32 = if cfg!(target_os = "windows") { 12 } else { 13 };
57
58
pub(crate) fn use_native_settings() {
59
app::set_visible_focus(false);
0 commit comments