You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-26 15:46:23 +00:00
General cleanup of script and doc search bars
This commit is contained in:
@@ -63,7 +63,6 @@ class FindReplaceBar : public HBoxContainer {
|
||||
|
||||
GDCLASS(FindReplaceBar, HBoxContainer);
|
||||
|
||||
MarginContainer *container;
|
||||
LineEdit *search_text;
|
||||
ToolButton *find_prev;
|
||||
ToolButton *find_next;
|
||||
@@ -76,7 +75,6 @@ class FindReplaceBar : public HBoxContainer {
|
||||
Button *replace_all;
|
||||
CheckBox *selection_only;
|
||||
|
||||
HBoxContainer *hbc;
|
||||
VBoxContainer *vbc_lineedit;
|
||||
HBoxContainer *hbc_button_replace;
|
||||
HBoxContainer *hbc_option_replace;
|
||||
|
||||
Reference in New Issue
Block a user