diff --git a/forms/configInfo.xaml b/forms/configInfo.xaml index 35f8b05..701fd95 100644 --- a/forms/configInfo.xaml +++ b/forms/configInfo.xaml @@ -12,9 +12,12 @@ MinHeight="540" MinWidth="840" ResizeMode="NoResize" + WindowStyle="None" + AllowsTransparency="True" UseLayoutRounding="True" SnapsToDevicePixels="True" - Background="{DynamicResource backgroundColor}" + KeyDown="ConfigInfo_KeyDown" + Background="Transparent" Icon="/Customer Panel;component/Resources/icons/logo_CustomerPanel.ico"> + @@ -119,10 +170,11 @@ - + + @@ -138,10 +190,17 @@ +