Browse Source

Merge pull request #9828 from danielmayost/checkBoxRTLBug

Make FlowDirection's Path of CheckBox fixed LTR
pull/9843/head
Max Katz 3 years ago
committed by GitHub
parent
commit
d7414d39d8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      src/Avalonia.Themes.Fluent/Controls/CheckBox.xaml

4
src/Avalonia.Themes.Fluent/Controls/CheckBox.xaml

@ -50,7 +50,8 @@
Opacity="0"
Fill="{DynamicResource CheckBoxCheckGlyphForegroundUnchecked}"
Stretch="Uniform"
VerticalAlignment="Center" />
VerticalAlignment="Center"
FlowDirection="LeftToRight" />
</Panel>
</Viewbox>
</Grid>
@ -146,7 +147,6 @@
<Setter Property="Data" Value="M1507 31L438 1101L-119 543L-29 453L438 919L1417 -59L1507 31Z" />
<Setter Property="Width" Value="9" />
<Setter Property="Opacity" Value="1" />
<Setter Property="FlowDirection" Value="LeftToRight" />
</Style>
<!-- Checked PointerOver State -->

Loading…
Cancel
Save