mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-16 00:54:54 +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 ) {
|
new GuiTextEditCtrl( GuiEditorInspectorFilter ) {
|
||||||
position = "5 0";
|
position = "5 0";
|
||||||
extent = "341 20";
|
extent = "222 20";
|
||||||
profile = "ToolsGuiTextEditProfile";
|
profile = "ToolsGuiTextEditProfile";
|
||||||
horizSizing = "width";
|
horizSizing = "width";
|
||||||
vertSizing = "bottom";
|
vertSizing = "bottom";
|
||||||
|
|
@ -987,7 +987,7 @@ $guiContent = new GuiControl(GuiEditorGui, EditorGuiGroup) {
|
||||||
Profile = "ToolsGuiDefaultProfile";
|
Profile = "ToolsGuiDefaultProfile";
|
||||||
HorizSizing = "left";
|
HorizSizing = "left";
|
||||||
VertSizing = "bottom";
|
VertSizing = "bottom";
|
||||||
position = "325 2";
|
position = "205 2";
|
||||||
Extent = "17 17";
|
Extent = "17 17";
|
||||||
MinExtent = "8 2";
|
MinExtent = "8 2";
|
||||||
canSave = "1";
|
canSave = "1";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue