Post #2051: fj

📋 Metadata

🏷️ Tags

popup-dialog ui-customization intermediate solved

  • Popup Dialog Editor
  • Python Scripting
  • Custom UI Layout

💬 Content

fjg3d:

When calling a pop up from a pie (with expand checked), is there a way to adjust the width of the popup?

Yes, we can increase the width by using scale_x property. Add a row with this code (Custom tab):

L.scale_x = 5; L.scale_y = 0.00001; L.label(text=" ")

❤️ 2 likes


🔗 View on Blender Artists