Browse Source

Fix ButtonSpinner hit testing

pull/2805/head
Stano Turza 7 years ago
parent
commit
3bd87c0d30
  1. 1
      src/Avalonia.Themes.Default/ButtonSpinner.xaml

1
src/Avalonia.Themes.Default/ButtonSpinner.xaml

@ -1,5 +1,6 @@
<Styles xmlns="https://github.com/avaloniaui">
<Style Selector="ButtonSpinner">
<Setter Property="Background" Value="Transparent"/>
<Setter Property="BorderBrush" Value="{DynamicResource ThemeBorderMidBrush}"/>
<Setter Property="BorderThickness" Value="{DynamicResource ThemeBorderThickness}"/>
<Setter Property="HorizontalContentAlignment" Value="Stretch"/>

Loading…
Cancel
Save