Browse Source

CodeFactor

CPKreuz 4 years ago
parent
commit
bf5ed76127
1 changed files with 2 additions and 3 deletions
  1. 2 3
      PixiEditor/Models/DataHolders/Document/Document.Preview.cs

+ 2 - 3
PixiEditor/Models/DataHolders/Document/Document.Preview.cs

@@ -1,6 +1,6 @@
-using PixiEditor.Models.ImageManipulation;
+using System.Windows.Media.Imaging;
+using PixiEditor.Models.ImageManipulation;
 using PixiEditor.Models.Layers;
 using PixiEditor.Models.Layers;
-using System.Windows.Media.Imaging;
 
 
 namespace PixiEditor.Models.DataHolders
 namespace PixiEditor.Models.DataHolders
 {
 {
@@ -39,6 +39,5 @@ namespace PixiEditor.Models.DataHolders
                 MaxHeight = Height
                 MaxHeight = Height
             };
             };
         }
         }
-
     }
     }
 }
 }