Browse Source
Merge pull request #5361 from MikeCodesDotNET/5355
Removing MinWidth default values for CheckBox and RadioButton
pull/5414/head
Dan Walmsley
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
0 additions and
2 deletions
-
src/Avalonia.Themes.Fluent/Controls/CheckBox.xaml
-
src/Avalonia.Themes.Fluent/Controls/RadioButton.xaml
|
|
|
@ -11,7 +11,6 @@ |
|
|
|
<Setter Property="HorizontalContentAlignment" Value="Left" /> |
|
|
|
<Setter Property="VerticalContentAlignment" Value="Center" /> |
|
|
|
<Setter Property="FontSize" Value="{DynamicResource ControlContentThemeFontSize}" /> |
|
|
|
<Setter Property="MinWidth" Value="120" /> |
|
|
|
<Setter Property="MinHeight" Value="32" /> |
|
|
|
<!--<Setter Property="UseSystemFocusVisuals" Value="{StaticResource UseSystemFocusVisuals}" /> |
|
|
|
<Setter Property="FocusVisualMargin" Value="-7,-3,-7,-3" />--> |
|
|
|
|
|
|
|
@ -19,7 +19,6 @@ |
|
|
|
<Setter Property="HorizontalContentAlignment" Value="Left" /> |
|
|
|
<Setter Property="VerticalContentAlignment" Value="Center" /> |
|
|
|
<Setter Property="FontSize" Value="{DynamicResource ControlContentThemeFontSize}" /> |
|
|
|
<Setter Property="MinWidth" Value="120" /> |
|
|
|
<Setter Property="Template"> |
|
|
|
<ControlTemplate TargetType="RadioButton"> |
|
|
|
<Border Name="RootBorder" |
|
|
|
|