misc: replace the missing resources.

This commit is contained in:
Zhang Dian
2024-09-11 15:48:09 +08:00
parent b0b06b4edc
commit 42f69e2585
4 changed files with 30 additions and 10 deletions

View File

@@ -8,7 +8,7 @@
d:DesignWidth="800"
mc:Ignorable="d">
<StackPanel Spacing="20">
<UniformGrid Rows="3" Columns="3" Width="500" HorizontalAlignment="Left">
<UniformGrid Rows="2" Columns="3" Width="500" HorizontalAlignment="Left">
<UniformGrid.Styles>
<Style Selector="RadioButton">
<Setter Property="Theme" Value="{DynamicResource PureCardRadioButton}" />