Browse Source

Added margin to right click mode dropdown

CPKreuz 2 years ago
parent
commit
ed7a014afe
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/PixiEditor/Views/Dialogs/SettingsWindow.xaml

+ 1 - 1
src/PixiEditor/Views/Dialogs/SettingsWindow.xaml

@@ -147,7 +147,7 @@
                 <Label Style="{StaticResource SettingsHeader}" d:Content="Tools" views:Translator.Key="TOOLS"/>
                 
                 <StackPanel Margin="27 0" Orientation="Horizontal">
-                    <Label Style="{StaticResource SettingsText}"
+                    <Label Style="{StaticResource SettingsText}" Margin="0,0,7,0"
                            views:Translator.Key="RIGHT_CLICK_MODE"/>
                     <ComboBox SelectedItem="{Binding RightClickMode, Source={vm:MainVM ToolsSVM}, Mode=TwoWay}"
                               ItemsSource="{helpers:Enum enums:RightClickMode}"