Skip to content

Commit

Permalink
Disable layout rounding
Browse files Browse the repository at this point in the history
  • Loading branch information
danielchalmers committed Jul 15, 2024
1 parent e1ecc10 commit c7eed7d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion DesktopClock/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
WindowStyle="None"
ResizeMode="NoResize"
SizeToContent="WidthAndHeight"
UseLayoutRounding="True"
Topmost="{Binding Topmost, Source={x:Static p:Settings.Default}, Mode=TwoWay}"
FontFamily="{Binding FontFamily, Source={x:Static p:Settings.Default}, Mode=OneWay}"
MouseDown="Window_MouseDown"
Expand Down

0 comments on commit c7eed7d

Please sign in to comment.