📋 Metadata
- Author: roaoao
- Date: 2019-09-11 16:56:29
- Type:
answer - Reply to: post_02734
- Replies (1): post_02759
💬 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