Explorar o código

Fixed width and height export

flabbet %!s(int64=2) %!d(string=hai) anos
pai
achega
ed1049603b
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/PixiEditor/Models/Dialogs/ExportFileDialog.cs

+ 2 - 2
src/PixiEditor/Models/Dialogs/ExportFileDialog.cs

@@ -18,8 +18,8 @@ internal class ExportFileDialog : CustomDialog
 
     public ExportFileDialog(VecI size)
     {
-        FileHeight = size.X;
-        FileWidth = size.Y;
+        FileWidth = size.X;
+        FileHeight = size.Y;
     }
 
     public int FileWidth