diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2017-08-07 14:07:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-07 14:07:57 +0200 |
commit | ebf19d72b5d197ecba031b62d109dd68800c76f3 (patch) | |
tree | 2c2d42351d5179c4ff31df8e85b469fca1dfa7e6 /editor/editor_help.h | |
parent | 06df0fdbc28cdb4bc14326d49d0b0585fd2fc3b6 (diff) | |
parent | 3b2a4cc52a77b3c0048b1dc358ea5fb7ae6eb923 (diff) |
Merge pull request #9878 from toger5/theme_border_settings_change
Theme border settings change + updating styles
Diffstat (limited to 'editor/editor_help.h')
-rw-r--r-- | editor/editor_help.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/editor_help.h b/editor/editor_help.h index 46d83490f4..de30b543fc 100644 --- a/editor/editor_help.h +++ b/editor/editor_help.h @@ -129,6 +129,7 @@ class EditorHelp : public VBoxContainer { HSplitContainer *h_split; static DocData *doc; + Panel *background_panel; ConfirmationDialog *search_dialog; LineEdit *search; |