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
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user