Post #2738: : post_02759
🏷️ Tags
popup-dialog code-customization intermediate solved
⚙️ Related PME Features
- 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