We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04edc7a commit da46176Copy full SHA for da46176
GameData/000_TexturesUnlimited/Plugins/TexturesUnlimited.dll
0 Bytes
Plugin/SSTUTools/KSPShaderTools/GUI/CraftRecolorGUI.cs
@@ -36,10 +36,13 @@ public void Awake()
36
graphWidth = KSPShaderLoader.recolorGUIWidth;
37
graphHeight = KSPShaderLoader.recolorGUITotalHeight;
38
sectionHeight = KSPShaderLoader.recolorGUISectionHeight;
39
+ windowRect.x = Screen.width - (graphWidth + 100);
40
}
41
42
internal void openGUIPart(Part part)
43
{
44
+ windowRect.width = graphWidth;
45
+ windowRect.height = graphHeight;
46
if (part != openPart)
47
48
moduleIndex = -1;
0 commit comments