small ux fixes

This commit is contained in:
Alex Bezdieniezhnykh
2025-03-04 13:30:13 +02:00
parent a493606f64
commit 792abce8c4
8 changed files with 305 additions and 14 deletions
+10 -10
View File
@@ -87,7 +87,7 @@
Tag="0"
GroupName="Mode"
Checked="ModeRadioButton_Checked"
IsChecked="{Binding IsChecked}"
IsChecked="True"
Style="{StaticResource ButtonRadioButtonStyle}">
<StackPanel Orientation="Horizontal">
<Image Height="16" Width="16">
@@ -111,9 +111,9 @@
</DrawingImage>
</Image.Source>
</Image>
<TextBlock Text="Норма"
Padding="7"
/>
<TextBlock Name="RegularModeButton"
Padding="3"
/>
</StackPanel>
</RadioButton>
<RadioButton x:Name="EveningModeRadioButton"
@@ -142,9 +142,9 @@
</DrawingImage>
</Image.Source>
</Image>
<TextBlock Text="Зима"
Padding="7"
/>
<TextBlock Name="WinterModeButton"
Padding="3"
/>
</StackPanel>
</RadioButton>
<RadioButton x:Name="NightModeRadioButton"
@@ -173,9 +173,9 @@
</DrawingImage>
</Image.Source>
</Image>
<TextBlock Text="Ніч"
Padding="7"
/>
<TextBlock Name="NightModeButton"
Padding="3"
/>
</StackPanel>
</RadioButton>
</StackPanel>