📋 Metadata
- Author: roaoao
- Date: 2019-06-13 15:43:24
- Type:
answer - Reply to: post_02416
- Replies (1): post_02424
💬 Content
anminmakura:
For example, if the size of Rows is normal size, the characters may be missed depending on the size of the characters.
The size of the characters will be the same. So the small buttons won’t help:

anminmakura:
To be honest, I think it would be best to add more free size so that you can manipulate the size with numbers.
You can use Custom tab for this:
lh.save(); row = lh.row(); row.scale_x = 0.5; row.scale_y = 0.5; draw_menu("My Popup Dialog"); lh.restore()
StroBlend:
Also it would be cool to have a setting to give an offset to the popup when embedded into a pie ?
Try to experiment with dx and dy arguments:
draw_menu("My Popup Dialog", frame=True, dx=0, dy=0)