Browse Source

#13123 Fix ButtonSpinnerLocation in SimpleTheme (#13142)

pull/13153/head
Glen Stone 3 years ago
committed by GitHub
parent
commit
54c573c16d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  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