Misc Tools UI fixes

- Fixes the AB's select button not being properly offset to the right side
- Fixes incorrect height offset for the main editor tabbook because of a no-longer-used variable
- Fixes the bottom of the scene tree scroll being cut off
This commit is contained in:
Areloch 2023-11-16 18:55:18 -06:00
parent 917cb882e9
commit 20e0fa8ec9
3 changed files with 3 additions and 3 deletions

View file

@ -1105,7 +1105,7 @@ $guiContent = new GuiControl(AssetBrowser) {
groupNum = "-1";
buttonType = "PushButton";
useMouseEvents = "0";
position = "120 340";
position = getWord($pref::Video::mode, 0) - 420 SPC 340;
extent = "53 19";
minExtent = "8 2";
horizSizing = "left";