Merge pull request #1137 from Areloch/MiscUIFixes_20231116

Misc Tools UI fixes
This commit is contained in:
Brian Roberts 2023-11-16 19:01:40 -06:00 committed by GitHub
commit 1ee64b0a82
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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";

View file

@ -31,7 +31,7 @@ $guiContent = new GuiContainer(EditorGui,EditorGuiGroup) {
new GuiTabPageCtrl(MainSceneEditorTab) {
text = "Main Scene";
position = 0 SPC $MainEditor::TabHeight;
position = 0 SPC 20;
extent = 800 SPC 580;
horizSizing = "width";
vertSizing = "height";

View file

@ -131,7 +131,7 @@ $guiContent = new GuiControl() {
HorizSizing = "width";
VertSizing = "height";
Position = "5 29";
Extent = "300 271";
Extent = "290 240";
MinExtent = "8 8";
canSave = "1";
Visible = "1";