Post #2842: ![](https://blenderartists.org/user_avatar/blenderartists.org/anphung/48/39426_2

📋 Metadata

  • Author: roaoao
  • Date: 2019-10-23 09:13:59
  • Type: answer
  • Quality Score: 7/10
  • Reply to: post_02841

🏷️ Tags

popup-dialog custom-scripting beginner solved

  • Popup Dialog Editor
  • Python Scripting
  • Custom UI Elements

💬 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


🔗 View on Blender Artists