Browse Source
Merge pull request #1609 from AvaloniaUI/fixes/radiobutton-border
Fix RadioButton bullet border at 1px.
pull/1611/head
danwalmsley
8 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/Avalonia.Themes.Default/RadioButton.xaml
|
|
|
@ -8,7 +8,7 @@ |
|
|
|
<Grid ColumnDefinitions="Auto,*" Background="{TemplateBinding Background}"> |
|
|
|
<Ellipse Name="border" |
|
|
|
Stroke="{TemplateBinding BorderBrush}" |
|
|
|
StrokeThickness="{TemplateBinding BorderThickness}" |
|
|
|
StrokeThickness="1" |
|
|
|
Width="18" |
|
|
|
Height="18" |
|
|
|
VerticalAlignment="Center"/> |
|
|
|
|