From 32e3813eb13a2aed2238e6d43e0ba5f87d71e6f0 Mon Sep 17 00:00:00 2001 From: Peter Kirmeier Date: Wed, 9 Nov 2022 23:34:27 +0100 Subject: [PATCH] Correct height of row items --- UserInterface/Menu.xaml | 13 ++++++++----- UserInterface/Menu.xaml.cs | 10 +++++++--- 2 files changed, 15 insertions(+), 8 deletions(-) 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 @@ - + - - -