Browse Source

Change start-up size

Ruben 1 year ago
parent
commit
ec31a870ae
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/PicView.Core/Config/AppSettings.cs

+ 2 - 2
src/PicView.Core/Config/AppSettings.cs

@@ -15,8 +15,8 @@ public class AppSettings
 
 public class WindowProperties
 {
-    public double Top { get; set; } = 300;
-    public double Left { get; set; } = 500;
+    public double Top { get; set; } = 150;
+    public double Left { get; set; } = 200;
     public double Width { get; set; } = 750;
     public double Height { get; set; } = 1024;
     public bool AutoFit { get; set; } = false;