GridLayout with equal-width columns #6948
Answered
by
bjorn
dirkeinecke
asked this question in
Q&A
-
I have the following elements:
The two columns have different widths depending on the text width on the buttons. However, I want both columns to be of equal width. How can I achieve that? Here is the example on SlintPad Dirk |
Beta Was this translation helpful? Give feedback.
Answered by
bjorn
Nov 29, 2024
Replies: 1 comment
-
You can set both |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
dirkeinecke
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can set both
min-width
andpreferred-with
to 0 (or some other equal values, if you want the text to fit) to make them equal as far as the layout is concerned: SlintPad.