Fix background color for ColorPickerWindow

This commit is contained in:
Peter Kirmeier 2023-08-15 00:11:04 +02:00
parent 6fd41894c4
commit 10d2e8dac6

View file

@ -10,7 +10,7 @@
xmlns:stm="clr-namespace:SystemTrayMenu"
x:Class="SystemTrayMenu.UserInterface.ColorPickerWindow"
mc:Ignorable="d" Title="{u:Translate 'Choose color'}"
WindowStartupLocation="CenterScreen" SizeToContent="WidthAndHeight" ResizeMode="CanResizeWithGrip">
Background="{x:Static stm:MenuDefines.ColorBackground}" WindowStartupLocation="CenterScreen" SizeToContent="WidthAndHeight" ResizeMode="CanResizeWithGrip">
<Grid>
<Grid.RowDefinitions>
<RowDefinition Height="Auto" />