We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setting ButtonSpinner's ButtonSpinnerLocation to Location.Left has no effect when using the Simple theme.
Steps to reproduce the behavior:
<ButtonSpinner Height="30" ButtonSpinnerLocation="Left"> <TextBlock HorizontalAlignment="Center" VerticalAlignment="Center" Text="Everest"/> </ButtonSpinner>
Setting ButtonSpinner's ButtonSpinnerLocation to Location.Left should move the spinner buttons to the left side of the content.
The selector in ButtonSpinner.xaml is incorrect. Instead of
ButtonSpinner.xaml
Avalonia/src/Avalonia.Themes.Simple/Controls/ButtonSpinner.xaml
Line 74 in 8c23a35
<Style Selector="^ /template/ UniformGrid#PART_SpinnerPanel">
The text was updated successfully, but these errors were encountered:
@stogle can you file a PR to solve this? Would be appreciated.
Sorry, something went wrong.
AvaloniaUI#13123 Fix ButtonSpinnerLocation in SimpleTheme
d5183b2
@timunie I created #13142 for this.
#13123 Fix ButtonSpinnerLocation in SimpleTheme (#13142)
54c573c
d7f0f32
Successfully merging a pull request may close this issue.
Describe the bug
Setting ButtonSpinner's ButtonSpinnerLocation to Location.Left has no effect when using the Simple theme.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Setting ButtonSpinner's ButtonSpinnerLocation to Location.Left should move the spinner buttons to the left side of the content.
Environment
Additional context
The selector in
ButtonSpinner.xaml
is incorrect. Instead ofAvalonia/src/Avalonia.Themes.Simple/Controls/ButtonSpinner.xaml
Line 74 in 8c23a35
it should be
The text was updated successfully, but these errors were encountered: