-
-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to align row label? #185
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have spent several hours trying to get a number of rows, where each row starts with the room name and to the right there are some buttons to control scene in that room.
But I cannot figure out how to make the leftmost column having a fixed size with left-aligned text, to make all rows having the same layout:
Right now the code looks like this, but I have tried many versions that also didnt work:
I can get the text left aligned, or having the text at a fixed width, but not both at the same time.
Any suggestions would be most appreciated!
The text was updated successfully, but these errors were encountered: