Browse Source

Merge branch 'master' of https://git.coder.horse/meidomustard/modifiedMM

habeebweeb 4 years ago
parent
commit
238d6ed2a1
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

@@ -1144,7 +1144,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);
@@ -4396,7 +4396,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);
@@ -6287,7 +6287,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);