mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
-split view of property editor and editor settings
This commit is contained in:
parent
035bb03331
commit
a1142225bf
11 changed files with 251 additions and 26 deletions
|
|
@ -53,7 +53,7 @@ class EditorSettingsDialog : public AcceptDialog {
|
|||
Tree *plugins;
|
||||
LineEdit *search_box;
|
||||
ToolButton *clear_button;
|
||||
PropertyEditor *property_editor;
|
||||
SectionedPropertyEditor *property_editor;
|
||||
|
||||
Timer *timer;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue