Skip to content

Commit 26638e2

Browse files
authored
Merge pull request #10 from StarterX4/patch-1
widget_themes/mod.rs - fix typo
2 parents 500d2e9 + 902bc01 commit 26638e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/widget_themes/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ pub(crate) const OS_BG_DOWN_BOX: FrameType =
5353
pub(crate) const OS_TOOLBAR_FRAME: FrameType =
5454
FrameType::UserFrameType(unsafe { UnmappedFrameType::from_i32(58) });
5555

56-
pub const OS_FONT_SIZE: i32 = if cfg!(target_os = "window") { 12 } else { 13 };
56+
pub const OS_FONT_SIZE: i32 = if cfg!(target_os = "windows") { 12 } else { 13 };
5757

5858
pub(crate) fn use_native_settings() {
5959
app::set_visible_focus(false);

0 commit comments

Comments
 (0)