mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-06 22:10:36 +00:00
Fixes the guiEditor inspector search bar extents and clear button position
This commit is contained in:
parent
3734ef8e5b
commit
7563130545
1 changed files with 2 additions and 2 deletions
|
|
@ -970,7 +970,7 @@ $guiContent = new GuiControl(GuiEditorGui, EditorGuiGroup) {
|
|||
|
||||
new GuiTextEditCtrl( GuiEditorInspectorFilter ) {
|
||||
position = "5 0";
|
||||
extent = "341 20";
|
||||
extent = "222 20";
|
||||
profile = "ToolsGuiTextEditProfile";
|
||||
horizSizing = "width";
|
||||
vertSizing = "bottom";
|
||||
|
|
@ -987,7 +987,7 @@ $guiContent = new GuiControl(GuiEditorGui, EditorGuiGroup) {
|
|||
Profile = "ToolsGuiDefaultProfile";
|
||||
HorizSizing = "left";
|
||||
VertSizing = "bottom";
|
||||
position = "325 2";
|
||||
position = "205 2";
|
||||
Extent = "17 17";
|
||||
MinExtent = "8 2";
|
||||
canSave = "1";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue