UI: Compositor: do not expand backdrop channels
To be consistent with other editors (Image Editor, Sequencer), and use less space in the header.
This commit is contained in:
@@ -205,7 +205,7 @@ class NODE_HT_header(Header):
|
||||
row.prop(snode, "show_backdrop", toggle=True)
|
||||
sub = row.row(align=True)
|
||||
sub.active = snode.show_backdrop
|
||||
sub.prop(snode, "backdrop_channels", icon_only=True, text="", expand=True)
|
||||
sub.prop(snode, "backdrop_channels", icon_only=True, text="")
|
||||
|
||||
# Snap
|
||||
row = layout.row(align=True)
|
||||
|
||||
Reference in New Issue
Block a user