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:
2019-05-24 14:46:37 +02:00
parent 946217e503
commit a875e81674
2 changed files with 18 additions and 9 deletions

View File

@@ -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()