Replies: 1 comment
|
The short answer is that you don't - buttons are only designed to be flexible in the horizontal axis. However, you can explicitly set the height of the button with a |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I'm trying to port an assembly line tool to Python, the UI is very simple, just a log text box, a large launch button and a status label.
However with
flex=1I'm unable to make the button grow in both directions, I had to set a fixed size and made the window non resizable.All reactions