summaryrefslogtreecommitdiff
path: root/tools/editor/editor_node.h
diff options
context:
space:
mode:
authorIgnacio Etcheverry <ignalfonsore@gmail.com>2016-01-11 22:23:45 +0100
committerIgnacio Etcheverry <ignalfonsore@gmail.com>2016-01-11 23:51:45 +0100
commit60adf21bc65a70cfe4dbeb7e0a00d1de4b0a6fe9 (patch)
tree7318a4590b5181658093dab7c62b600a54c20d61 /tools/editor/editor_node.h
parente212058841ea300c75764da4fa3d1b10f02c03e5 (diff)
Allow to override the default editor layout
Diffstat (limited to 'tools/editor/editor_node.h')
-rw-r--r--tools/editor/editor_node.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/editor/editor_node.h b/tools/editor/editor_node.h
index ca230a4d5e..d8d76d47cc 100644
--- a/tools/editor/editor_node.h
+++ b/tools/editor/editor_node.h
@@ -288,10 +288,10 @@ class EditorNode : public Node {
AcceptDialog *about;
AcceptDialog *warning;
- Ref<ConfigFile> default_theme;
+ int overridden_default_layout;
+ Ref<ConfigFile> default_layout;
PopupMenu *editor_layouts;
EditorNameDialog *layout_dialog;
- AcceptDialog *confirm_error;
//OptimizedPresetsDialog *optimized_presets;
EditorSettingsDialog *settings_config_dialog;