Post #2051:
fj
📋 Metadata
- Author: roaoao
- Date: 2019-03-16 20:43:18
- Type:
answer - Quality Score: 8/10
- Reply to: post_02048
- Replies (1): post_02054
🏷️ Tags
popup-dialog ui-customization intermediate solved
⚙️ Related PME Features
- 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