Browse Source

Remove an empty line

Equbuxu 3 years ago
parent
commit
15cd5dabda
1 changed files with 0 additions and 1 deletions
  1. 0 1
      PixiEditor/Views/Dialogs/HelloTherePopup.xaml.cs

+ 0 - 1
PixiEditor/Views/Dialogs/HelloTherePopup.xaml.cs

@@ -28,7 +28,6 @@ namespace PixiEditor.Views.Dialogs
 
 
         public bool RecentlyOpenedEmpty { get => (bool)GetValue(RecentlyOpenedEmptyProperty); set => SetValue(RecentlyOpenedEmptyProperty, value); }
         public bool RecentlyOpenedEmpty { get => (bool)GetValue(RecentlyOpenedEmptyProperty); set => SetValue(RecentlyOpenedEmptyProperty, value); }
 
 
-
         public RelayCommand OpenFileCommand { get; set; }
         public RelayCommand OpenFileCommand { get; set; }
 
 
         public RelayCommand OpenNewFileCommand { get; set; }
         public RelayCommand OpenNewFileCommand { get; set; }