Skip to content

Commit

Permalink
Disable layout rounding (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielchalmers authored Jul 15, 2024
1 parent e1ecc10 commit fd639d4
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 fd639d4

Please sign in to comment.