summaryrefslogtreecommitdiff
path: root/editor/property_editor.h
diff options
context:
space:
mode:
authorRay Koopa <raykoopa@users.noreply.github.com>2017-12-17 18:22:26 +0100
committerRay Koopa <raykoopa@users.noreply.github.com>2017-12-17 18:39:36 +0100
commit0d04f212a361f6799b2990a0dcad48dc9f49d7cc (patch)
tree0ed466fd244efc761fde766b70065c7c557fef32 /editor/property_editor.h
parentcacab4ba6204aa36ddbc85d55705ab82b45e7930 (diff)
Clean up setting dialogues a bit.
Diffstat (limited to 'editor/property_editor.h')
-rw-r--r--editor/property_editor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/editor/property_editor.h b/editor/property_editor.h
index f684f5768d..115ce07339 100644
--- a/editor/property_editor.h
+++ b/editor/property_editor.h
@@ -314,9 +314,9 @@ public:
class SectionedPropertyEditorFilter;
-class SectionedPropertyEditor : public HBoxContainer {
+class SectionedPropertyEditor : public HSplitContainer {
- GDCLASS(SectionedPropertyEditor, HBoxContainer);
+ GDCLASS(SectionedPropertyEditor, HSplitContainer);
ObjectID obj;