Hey, I am trying to create a column containing row...
# compose-desktop
m
Hey, I am trying to create a column containing rows to make a 3x3 grid of buttons that fill the window with all of them the same size. Is there some way to accomplish this? Thanks
s
I guess you could try giving each button in the row a weight of 0.33.
m
ah yes thanks, was not aware weight was in compose
👍 1