Skip to content

Commit efef28c

Browse files
committed
Add Small settingwindow fix for high DPI
1 parent 6e2c56b commit efef28c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Flow.Launcher/SettingWindow.xaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
Loaded="OnLoaded"
1919
MouseDown="window_MouseDown"
2020
ResizeMode="CanResize"
21+
SnapsToDevicePixels="True"
22+
UseLayoutRounding="True"
2123
StateChanged="Window_StateChanged"
2224
Top="{Binding SettingWindowTop, Mode=TwoWay}"
2325
WindowStartupLocation="Manual"

0 commit comments

Comments
 (0)