Browse Source

center checkbox slightly better

Equbuxu 1 year ago
parent
commit
059905f6d4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/PixiEditor.UI.Common/Controls/CheckBox.axaml

+ 1 - 1
src/PixiEditor.UI.Common/Controls/CheckBox.axaml

@@ -49,7 +49,7 @@
                  Background="{DynamicResource ThemeControlLowColor}"
                                       BorderThickness="1">
             <Panel>
-                <Path FlowDirection="LeftToRight" Width="9" Height="9" x:Name="checkMark" Margin="2 2 0 0"
+                <Path FlowDirection="LeftToRight" Width="9" Height="9" x:Name="checkMark" Margin="1 1 0 0"
                       Stroke="{DynamicResource ThemeAccentBrush}" StrokeThickness="1.5"
                       Data="{StaticResource Empty}">
                 </Path>