mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 15:44:36 +00:00
Update WorldEditorInspectorWindow.ed.gui
Scroll bar was extending beyond its parents extent making it render incorrectly.
This commit is contained in:
parent
8fbfcf1481
commit
fc8a281113
1 changed files with 3 additions and 3 deletions
|
|
@ -23,7 +23,7 @@ $guiContent = new GuiControl() {
|
||||||
Profile = "ToolsGuiWindowProfile";
|
Profile = "ToolsGuiWindowProfile";
|
||||||
Position = getWord($pref::Video::mode, 0) - 360
|
Position = getWord($pref::Video::mode, 0) - 360
|
||||||
SPC getWord(EditorGuiToolbar.extent, 1) + getWord(EWTreeWindow.extent, 1) + 6;
|
SPC getWord(EditorGuiToolbar.extent, 1) + getWord(EWTreeWindow.extent, 1) + 6;
|
||||||
Extent = "360" SPC getWord($pref::Video::mode, 1) - getWord(EWTreeWindow.extent, 1) - getWord(EditorGuiToolbar.extent, 1) + 66;
|
Extent = "360" SPC getWord($pref::Video::mode, 1) - getWord(EWTreeWindow.extent, 1) - getWord(EditorGuiToolbar.extent, 1) + 10;
|
||||||
MinExtent = "300 150";
|
MinExtent = "300 150";
|
||||||
HorizSizing = "windowRelative";
|
HorizSizing = "windowRelative";
|
||||||
VertSizing = "windowRelative";
|
VertSizing = "windowRelative";
|
||||||
|
|
@ -104,9 +104,9 @@ $guiContent = new GuiControl() {
|
||||||
isContainer = "1";
|
isContainer = "1";
|
||||||
Profile = "GuiEditorScrollProfile";
|
Profile = "GuiEditorScrollProfile";
|
||||||
HorizSizing = "width";
|
HorizSizing = "width";
|
||||||
VertSizing = "bottom";
|
VertSizing = "height";
|
||||||
Position = "5 20";
|
Position = "5 20";
|
||||||
Extent = "343 941";
|
Extent = "343 250";
|
||||||
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