diff options
author | Marius Hanl <mariushanl@web.de> | 2023-02-02 01:25:52 +0100 |
---|---|---|
committer | Marius Hanl <mariushanl@web.de> | 2023-02-02 01:29:40 +0100 |
commit | 4b436d64aac6a4029e1edc3e2b2d258032158b85 (patch) | |
tree | 0053ea915288e13bb0dcb3645882290ea352d142 /editor/editor_layouts_dialog.h | |
parent | 0a9e6e478e3183d7bf3c5cb895c706bc6275d3ea (diff) | |
download | redot-engine-4b436d64aac6a4029e1edc3e2b2d258032158b85.tar.gz |
Improve editor layout dialog
- Disable the 'Save' button in the dialog if no layout name is selected and no text is set
- Use a small min height for the layout names list to make the dialog more clear if no layout has been created yet
Diffstat (limited to 'editor/editor_layouts_dialog.h')
-rw-r--r-- | editor/editor_layouts_dialog.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/editor_layouts_dialog.h b/editor/editor_layouts_dialog.h index 80a7ed0b53..e3557fbe71 100644 --- a/editor/editor_layouts_dialog.h +++ b/editor/editor_layouts_dialog.h @@ -44,6 +44,8 @@ class EditorLayoutsDialog : public ConfirmationDialog { VBoxContainer *makevb = nullptr; void _line_gui_input(const Ref<InputEvent> &p_event); + void _update_ok_disable_state(); + void _deselect_layout_names(); protected: static void _bind_methods(); |