Browse Source

Tweak UI scrollviews

habeebweeb 4 years ago
parent
commit
0d001b733a
1 changed files with 3 additions and 3 deletions
  1. 3 3
      MultipleMaids/CM3D2/MultipleMaids/Plugin/MultipleMaids.Gui.cs

+ 3 - 3
MultipleMaids/CM3D2/MultipleMaids/Plugin/MultipleMaids.Gui.cs

@@ -1472,7 +1472,7 @@ namespace CM3D2.MultipleMaids.Plugin
             }
 
             int offsetTop = GetPix(80);
-            int UIHeight = GetPix(610);
+            int UIHeight = GetPix(550);
 
             Rect BGWindowScrollRect = new Rect(0, offsetTop, rectWin.width, rectWin.height - offsetTop);
             Rect BGWindowScrollView = new Rect(0, offsetTop, rectWin.width - 20, UIHeight);
@@ -4724,7 +4724,7 @@ namespace CM3D2.MultipleMaids.Plugin
                 }
 
                 int offsetTop = GetPix(240);
-                int UIHeight = GetPix(345);
+                int UIHeight = GetPix(330);
 
                 Rect poseWindowScrollRect = new Rect(0, offsetTop, rectWin.width, rectWin.height - offsetTop);
                 Rect poseWindowScrollView = new Rect(0, offsetTop, rectWin.width - 20, UIHeight);
@@ -6615,7 +6615,7 @@ namespace CM3D2.MultipleMaids.Plugin
             }
 
             int offsetTop = GetPix(120);
-            int UIHeight = GetPix(500);
+            int UIHeight = GetPix(510);
 
             Rect faceWindowScrollRect = new Rect(0, offsetTop, rectWin.width, rectWin.height - offsetTop);
             Rect faceWindowScrollView = new Rect(0, 0, rectWin.width - 20, UIHeight);