Преглед изворни кода

Add Separator

Add separator to File Menu to separate the Exit option.
Polar пре 5 година
родитељ
комит
122d7181a4
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      PixiEditor/Views/MainWindow.xaml

+ 1 - 0
PixiEditor/Views/MainWindow.xaml

@@ -82,6 +82,7 @@
                     <MenuItem Header="_Save As..." InputGestureText="Ctrl+Shift+S"
                               Command="{Binding SaveDocumentCommand}" CommandParameter="AsNew" />
                     <MenuItem Header="_Export" InputGestureText="Ctrl+Shift+Alt+S" Command="{Binding ExportFileCommand}" />
+                    <Separator />
                     <MenuItem Header="_Exit" Command="{x:Static SystemCommands.CloseWindowCommand}" />
                 </MenuItem>
                 <MenuItem Header="_Edit">