aboutsummaryrefslogtreecommitdiff
path: root/editor/plugins/camera_editor_plugin.cpp
diff options
context:
space:
mode:
authorkubecz3k2017-08-15 22:55:49 +0200
committerGitHub2017-08-15 22:55:49 +0200
commit129ebca41d8ed85830580c593eafa2a8637cb5be (patch)
treef357e95da9894f88b6c6910a087a710b2a62b64b /editor/plugins/camera_editor_plugin.cpp
parentaa24ddc59f723ba51ea752d32f092ca5e7b6b9e3 (diff)
parent0041e08f747f5d29ca7fbc65eb86175983aa84af (diff)
downloadgodot-129ebca41d8ed85830580c593eafa2a8637cb5be.tar.gz
godot-129ebca41d8ed85830580c593eafa2a8637cb5be.tar.zst
godot-129ebca41d8ed85830580c593eafa2a8637cb5be.zip
Merge pull request #9889 from groud/control_enhancements
Control node enhancements
Diffstat (limited to 'editor/plugins/camera_editor_plugin.cpp')
-rw-r--r--editor/plugins/camera_editor_plugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/camera_editor_plugin.cpp b/editor/plugins/camera_editor_plugin.cpp
index b8f8464ba..8e625c4a7 100644
--- a/editor/plugins/camera_editor_plugin.cpp
+++ b/editor/plugins/camera_editor_plugin.cpp
@@ -88,7 +88,7 @@ CameraEditor::CameraEditor() {
preview->set_toggle_mode(true);
preview->set_anchor(MARGIN_LEFT, Control::ANCHOR_END);
preview->set_anchor(MARGIN_RIGHT, Control::ANCHOR_END);
- preview->set_margin(MARGIN_LEFT, 60);
+ preview->set_margin(MARGIN_LEFT, -60);
preview->set_margin(MARGIN_RIGHT, 0);
preview->set_margin(MARGIN_TOP, 0);
preview->set_margin(MARGIN_BOTTOM, 10);