Browse Source

Perfectly aligned Close, Maximize and Minimize buttons with the window

CPKreuz 4 years ago
parent
commit
41a271c0e2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      PixiEditor/Views/MainWindow.xaml

+ 1 - 1
PixiEditor/Views/MainWindow.xaml

@@ -160,7 +160,7 @@
                     <MenuItem Header="_Open Install Location"  Command="{Binding DebugSubViewModel.OpenInstallLocationCommand}"/>
                 </MenuItem>
             </Menu>
-            <StackPanel DockPanel.Dock="Right" VerticalAlignment="Top" Orientation="Horizontal"
+            <StackPanel DockPanel.Dock="Right" VerticalAlignment="Top" Orientation="Horizontal" Margin="0,-5,-5,0"
                         HorizontalAlignment="Right" WindowChrome.IsHitTestVisibleInChrome="True">
                 <Button Style="{StaticResource MinimizeButtonStyle}" WindowChrome.IsHitTestVisibleInChrome="True"
                         ToolTip="Minimize"