Skip to content

Commit 8ad3082

Browse files
committed
Fix hardcoded Avalonia update window bg
1 parent 4c29b10 commit 8ad3082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NetSparkle.UI.Avalonia/UpdateAvailableWindow.xaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
Width="700"
1313
Height="600"
1414
WindowStartupLocation="CenterScreen">
15-
<Grid Background="#EEEEEE" ColumnDefinitions="Auto, *" Name="MainGrid"
15+
<Grid ColumnDefinitions="Auto, *" Name="MainGrid"
1616
RowDefinitions="Auto, Auto, *, Auto">
1717
<Image Grid.Row="0"
1818
Grid.RowSpan="3"

0 commit comments

Comments
 (0)