Fixes the guiEditor inspector search bar extents and clear button position

This commit is contained in:
Areloch 2024-02-14 00:34:52 -06:00
parent 3734ef8e5b
commit 7563130545

View file

@ -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";