Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Reynish <billrey@me.com>2019-05-24 15:46:37 +0300
committerWilliam Reynish <billrey@me.com>2019-05-24 15:46:37 +0300
commita875e8167403ff4cf9ae5c5a120e16afec7b8368 (patch)
tree70a6e2999437ca7d9fa56267f62c6756e9f44279 /release/scripts/startup/bl_ui/space_image.py
parent946217e503f280740acd30a32febbb6a3ded7fce (diff)
UI: Tweaks to Compositor header
- Move Auto Render into Options panel in sidebar - Move Pin to the right and remove emboss - Move Background to the right and use greying out to avoid jumping UI elements Also remove emboss from pin toggle in Image Editor for consistency
Diffstat (limited to 'release/scripts/startup/bl_ui/space_image.py')
-rw-r--r--release/scripts/startup/bl_ui/space_image.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/space_image.py b/release/scripts/startup/bl_ui/space_image.py
index 88350920772..48ca0b89016 100644
--- a/release/scripts/startup/bl_ui/space_image.py
+++ b/release/scripts/startup/bl_ui/space_image.py
@@ -706,7 +706,7 @@ class IMAGE_HT_header(Header):
row.template_ID(sima, "mask", new="mask.new")
if not show_render:
- layout.prop(sima, "use_image_pin", text="")
+ layout.prop(sima, "use_image_pin", text="", emboss=False)
layout.separator_spacer()