📋 Metadata
- Author: roaoao
- Date: 2019-10-23 09:13:59
- Type:
answer - Reply to: post_02841
💬 Content
anphung:
What code should I use to make a text box/field wider?
Try to use this code in Custom tab:
row = L.row(align=True); row.scale_x = 1.5; row.label(text=C.object.name)
❤️ 2 likes