Roland Soós
6 years ago
No known key found for this signature in database
GPG Key ID: 93AFD926BA9254F5
1 changed files with
5 additions and
2 deletions
-
src/Avalonia.Themes.Fluent/RadioButton.xaml
|
|
|
@ -25,8 +25,7 @@ |
|
|
|
<Border Name="RootBorder" |
|
|
|
Background="{TemplateBinding Background}" |
|
|
|
BorderBrush="{TemplateBinding BorderBrush}" |
|
|
|
BorderThickness="{TemplateBinding BorderThickness}" |
|
|
|
CornerRadius="{DynamicResource ControlCornerRadius}"> |
|
|
|
BorderThickness="{TemplateBinding BorderThickness}"> |
|
|
|
<Grid ColumnDefinitions="20,*"> |
|
|
|
<Grid VerticalAlignment="Top" |
|
|
|
Height="32"> |
|
|
|
@ -77,6 +76,10 @@ |
|
|
|
<Setter Property="Stroke" Value="{DynamicResource RadioButtonCheckGlyphStroke}" /> |
|
|
|
<Setter Property="Fill" Value="{DynamicResource RadioButtonCheckGlyphFill}" /> |
|
|
|
</Style> |
|
|
|
|
|
|
|
<Style Selector="RadioButton /template/ Border#RootBorder"> |
|
|
|
<Setter Property="CornerRadius" Value="{DynamicResource ControlCornerRadius}" /> |
|
|
|
</Style> |
|
|
|
|
|
|
|
|
|
|
|
<!-- PointerOver State --> |
|
|
|
|