mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 23:54:35 +00:00
Fixes issues with shifting the gui selection dropdown to be searchable via the Ex control.
This commit is contained in:
parent
1d2ed41ab3
commit
50e05800f4
3 changed files with 30 additions and 12 deletions
|
|
@ -291,7 +291,7 @@ $guiContent = new GuiControl(GuiEditorGui, EditorGuiGroup) {
|
|||
horizSizing = "right";
|
||||
vertSizing = "center";
|
||||
position = "8 0";
|
||||
extent = "300 27";
|
||||
extent = "300 20";
|
||||
minExtent = "8 2";
|
||||
canSave = "1";
|
||||
visible = "1";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue