You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Button widget has a min-width of 16, as well as baked in padding. This can be bit frustrating to work with if you want icon buttons such as arrows, plus/minus, etc.
It would be nice to create these common buttons more easily. I'm not sure what the proper API should be, but perhaps a IconButton class that works with a single character? Maybe even some utility classes like a green plus and a red minus.
The text was updated successfully, but these errors were encountered:
The
Button
widget has a min-width of 16, as well as baked in padding. This can be bit frustrating to work with if you want icon buttons such as arrows, plus/minus, etc.It would be nice to create these common buttons more easily. I'm not sure what the proper API should be, but perhaps a
IconButton
class that works with a single character? Maybe even some utility classes like a green plus and a red minus.The text was updated successfully, but these errors were encountered: