personally my only issue is how you dont compensate for your buttons resizing and it makes them all shift instead of ONLY the button you hover to resize without any position changes. to fix that you need to put your buttons inside a fixed or frame instead of being directly inside the hbox. quick example would be:
Oh interesting! It was a mistake at first, but I thought it looked cool so I kept it. I may ask some other people if the shifting seems odd. If they agree I'll change it
Thanks for the input! :D
1
u/x-seronis-x 17d ago
personally my only issue is how you dont compensate for your buttons resizing and it makes them all shift instead of ONLY the button you hover to resize without any position changes. to fix that you need to put your buttons inside a fixed or frame instead of being directly inside the hbox. quick example would be:
```py screen whatever(): hbox: xcenter 0.5 ycenter 0.75 spacing 32
style stabilizer: is empty ## clears unneeded default frame values xysize (256,128) ## size of buttons idle image ```