Browse Source

#13123 Fix ButtonSpinnerLocation in SimpleTheme (#13142)

release/11.0.6
Glen Stone 3 years ago
committed by Max Katz
parent
commit
d7f0f32115
  1. 2
      src/Avalonia.Themes.Simple/Controls/ButtonSpinner.xaml

2
src/Avalonia.Themes.Simple/Controls/ButtonSpinner.xaml

@ -71,7 +71,7 @@
</ControlTemplate>
</Setter>
<Style Selector="^:left">
<Style Selector="^ /template/ StackPanel#PART_SpinnerPanel">
<Style Selector="^ /template/ UniformGrid#PART_SpinnerPanel">
<Setter Property="DockPanel.Dock" Value="Left" />
</Style>
</Style>

Loading…
Cancel
Save