mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-14 16:14:38 +00:00
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:
parent
917cb882e9
commit
20e0fa8ec9
3 changed files with 3 additions and 3 deletions
|
|
@ -1105,7 +1105,7 @@ $guiContent = new GuiControl(AssetBrowser) {
|
||||||
groupNum = "-1";
|
groupNum = "-1";
|
||||||
buttonType = "PushButton";
|
buttonType = "PushButton";
|
||||||
useMouseEvents = "0";
|
useMouseEvents = "0";
|
||||||
position = "120 340";
|
position = getWord($pref::Video::mode, 0) - 420 SPC 340;
|
||||||
extent = "53 19";
|
extent = "53 19";
|
||||||
minExtent = "8 2";
|
minExtent = "8 2";
|
||||||
horizSizing = "left";
|
horizSizing = "left";
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,7 @@ $guiContent = new GuiContainer(EditorGui,EditorGuiGroup) {
|
||||||
|
|
||||||
new GuiTabPageCtrl(MainSceneEditorTab) {
|
new GuiTabPageCtrl(MainSceneEditorTab) {
|
||||||
text = "Main Scene";
|
text = "Main Scene";
|
||||||
position = 0 SPC $MainEditor::TabHeight;
|
position = 0 SPC 20;
|
||||||
extent = 800 SPC 580;
|
extent = 800 SPC 580;
|
||||||
horizSizing = "width";
|
horizSizing = "width";
|
||||||
vertSizing = "height";
|
vertSizing = "height";
|
||||||
|
|
|
||||||
|
|
@ -131,7 +131,7 @@ $guiContent = new GuiControl() {
|
||||||
HorizSizing = "width";
|
HorizSizing = "width";
|
||||||
VertSizing = "height";
|
VertSizing = "height";
|
||||||
Position = "5 29";
|
Position = "5 29";
|
||||||
Extent = "300 271";
|
Extent = "290 240";
|
||||||
MinExtent = "8 8";
|
MinExtent = "8 8";
|
||||||
canSave = "1";
|
canSave = "1";
|
||||||
Visible = "1";
|
Visible = "1";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue