📋 Metadata
- Author: roaoao
- Date: 2019-03-16 20:43:18
- Type:
answer - Reply to: post_02048
- Replies (1): post_02054
💬 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