Add margin bottom with find/replace bar on script editor
This commit is contained in:
parent
17e84568a4
commit
592ff9bb9d
2 changed files with 5 additions and 6 deletions
|
|
@ -63,7 +63,7 @@ class FindReplaceBar : public HBoxContainer {
|
|||
|
||||
GDCLASS(FindReplaceBar, HBoxContainer);
|
||||
|
||||
Control *container;
|
||||
MarginContainer *container;
|
||||
LineEdit *search_text;
|
||||
ToolButton *find_prev;
|
||||
ToolButton *find_next;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue