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
I don't quite understand the meaning of zero and negative values for the widths and height in a row (yes, I read the Usage doc, but even with that I don't understand what these values actually do).
What I need is to never hardcode any size at all, and just pack the widgets respecting the minimum size they need to be drawn without clipping the text. Sure, some widgets do need a size (a slider for example), but in those cases I'd be fine if such a widget takes all the space which is not requested by the rest of widgets in the row.
Can this be done with the current layout system, or would I need to modify it?
Also, do widgets say what's the minimum size they need? Or maybe that's not implemented?
Thanks!
The text was updated successfully, but these errors were encountered:
I don't quite understand the meaning of zero and negative values for the widths and height in a row (yes, I read the Usage doc, but even with that I don't understand what these values actually do).
What I need is to never hardcode any size at all, and just pack the widgets respecting the minimum size they need to be drawn without clipping the text. Sure, some widgets do need a size (a slider for example), but in those cases I'd be fine if such a widget takes all the space which is not requested by the rest of widgets in the row.
Can this be done with the current layout system, or would I need to modify it?
Also, do widgets say what's the minimum size they need? Or maybe that's not implemented?
Thanks!
The text was updated successfully, but these errors were encountered: