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:
Pablo Vazquez
2024-09-12 15:30:35 +02:00
parent a9bfca5483
commit 3986b99e42

View File

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