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
parent
commit
af46748840
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/Avalonia.Themes.Default/RadioButton.xaml

2
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"/>

Loading…
Cancel
Save