Skip to content

Commit

Permalink
Fix wrong background for settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tinyfish committed Jun 23, 2024
1 parent 8eef14b commit 77e9b0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
<Expander Header="第一次使用前一定要先设置...">
<ui:SimpleStackPanel Margin="20,10,10,10">

<ui:SimpleStackPanel>
<ui:SimpleStackPanel Background="{DynamicResource CardBackgroundFillColorDefaultBrush}">

<ui:SimpleStackPanel Orientation="Horizontal" Background="{DynamicResource CardBackgroundFillColorDefaultBrush}">
<ui:SimpleStackPanel Orientation="Horizontal">
<Label Content="语言:" />
<ComboBox x:Name="LocaleComboBox" SelectionChanged="LocaleComboBox_OnSelectionChanged" />
</ui:SimpleStackPanel>
Expand Down

0 comments on commit 77e9b0f

Please sign in to comment.