You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Add margin bottom with find/replace bar on script editor
This commit is contained in:
@@ -63,7 +63,7 @@ class FindReplaceBar : public HBoxContainer {
|
||||
|
||||
GDCLASS(FindReplaceBar, HBoxContainer);
|
||||
|
||||
Control *container;
|
||||
MarginContainer *container;
|
||||
LineEdit *search_text;
|
||||
ToolButton *find_prev;
|
||||
ToolButton *find_next;
|
||||
|
||||
Reference in New Issue
Block a user