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
Which obviously does not look right. Tinkering with size and padding can't solve it.
I opened an issue because I'm not quite sure about how to solve this.
I've not experienced this with other widgets, but here clearly this has to do with button height, which takes the the whole row height and other widgets, like Button, does not.
Maybe we could find a way to take float height params, or just make another narrower button widget. Any thoughts?
The text was updated successfully, but these errors were encountered:
This issue is actually related to #91 . Basically, the way the textbox is currently drawn is that it starts with the textbox title in the center and draws down. This causes the whole widget to appear to be a line lower than it should. The slider has been adjusted to allow for alignment to top/middle/bottom, we just need to do the same for the textbox widget
I just noticed something some "style inconsistency" regarding widget heights.
Let's say I want to create a form, and add these widgets:
Result looks like:
Which obviously does not look right. Tinkering with size and padding can't solve it.
I opened an issue because I'm not quite sure about how to solve this.
I've not experienced this with other widgets, but here clearly this has to do with button height, which takes the the whole row height and other widgets, like Button, does not.
Maybe we could find a way to take
float
height params, or just make another narrower button widget. Any thoughts?The text was updated successfully, but these errors were encountered: