Post #2738: ![](https://blenderartists.org/user_avatar/blenderartists.org/raphaelbarros/48/1

📋 Metadata

🏷️ Tags

popup-dialog code-customization intermediate solved

  • Popup Dialog Editor
  • Property Editor

💬 Content

RaphaelBarros:

Is there any way to make it work as an “Expand” and “Horizontal Layout” inside the code?

Add expand=True:

sub = L.row(align=True); sub.enabled = False; sub.prop(props(), "TexSlot", text=slot, toggle=True, icon=icon, icon_value=icon_value, expand=True)

❤️ 1 likes


🔗 View on Blender Artists