diff --git a/UserInterface/Menu.xaml b/UserInterface/Menu.xaml index d3f1c70..43c080c 100644 --- a/UserInterface/Menu.xaml +++ b/UserInterface/Menu.xaml @@ -9,7 +9,7 @@ xmlns:utils="clr-namespace:SystemTrayMenu.Utilities" xmlns:local="clr-namespace:SystemTrayMenu.UserInterface" x:Class="SystemTrayMenu.UserInterface.Menu" - mc:Ignorable="d" ResizeMode="NoResize" WindowStyle="None" Topmost="True" Background="Transparent" AllowsTransparency="True" SizeToContent="WidthAndHeight" ShowInTaskbar="False"> + mc:Ignorable="d" ResizeMode="NoResize" WindowStyle="None" Topmost="True" Background="Transparent" AllowsTransparency="True" SizeToContent="WidthAndHeight" ShowInTaskbar="False" SnapsToDevicePixels="True" UseLayoutRounding="True"> @@ -121,12 +121,12 @@ - + - - -