diff options
author | Michael Alexsander Silva Dias <michaelalexsander@protonmail.com> | 2018-10-10 04:25:59 -0300 |
---|---|---|
committer | Michael Alexsander Silva Dias <michaelalexsander@protonmail.com> | 2018-10-18 22:36:59 -0300 |
commit | 9d69c34990467765b46f8f0573e539e8600b79c0 (patch) | |
tree | 61efeb1380c776c8990fc6ea1e52210bc9160247 /editor/plugins/spatial_editor_plugin.h | |
parent | 6312f18f8e5022271b74368717a3dcec41bde019 (diff) | |
download | redot-engine-9d69c34990467765b46f8f0573e539e8600b79c0.tar.gz |
Make "Perspective" button look like a actual clickable button
Diffstat (limited to 'editor/plugins/spatial_editor_plugin.h')
-rw-r--r-- | editor/plugins/spatial_editor_plugin.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editor/plugins/spatial_editor_plugin.h b/editor/plugins/spatial_editor_plugin.h index c552f21e39..3cce76cc17 100644 --- a/editor/plugins/spatial_editor_plugin.h +++ b/editor/plugins/spatial_editor_plugin.h @@ -192,7 +192,7 @@ private: EditorSelection *editor_selection; UndoRedo *undo_redo; - Button *preview_camera; + CheckBox *preview_camera; ViewportContainer *viewport_container; MenuButton *view_menu; @@ -211,6 +211,7 @@ private: Label *info_label; Label *fps_label; Label *cinema_label; + Label *locked_label; struct _RayResult { |