diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2019-05-03 14:55:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-03 14:55:32 +0200 |
commit | 7b64a24eb3fcec41c5e90b18ab2f61b895efb659 (patch) | |
tree | bcf51d556dcc6a753dff0b85abbe18c8dec4b227 /editor/script_create_dialog.h | |
parent | 7e4cb80d4c1aca0aa4707977d77ed1058f4803ca (diff) | |
parent | 3eb5d1b52587b5608f7b3f73a30cb86ec592fdbe (diff) |
Merge pull request #28548 from YeldhamDev/check_button_disabled_icon
Add "disabled" icon for 'CheckButton'
Diffstat (limited to 'editor/script_create_dialog.h')
-rw-r--r-- | editor/script_create_dialog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/script_create_dialog.h b/editor/script_create_dialog.h index 1a3ba3d371..c6dba78f56 100644 --- a/editor/script_create_dialog.h +++ b/editor/script_create_dialog.h @@ -58,6 +58,7 @@ class ScriptCreateDialog : public ConfirmationDialog { Button *path_button; EditorFileDialog *file_browse; CheckButton *internal; + Label *internal_label; VBoxContainer *path_vb; AcceptDialog *alert; CreateDialog *select_class; |