mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 08:46:31 +00:00
small ux fixes
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user