Hello.
how can i stop this behavior ? i’d like my items to be aligned to the left.
row = box.grid_flow()
row.alignement = 'LEFT'
and
row = box.grid_flow(align=True)
didn’t work
Hello.
how can i stop this behavior ? i’d like my items to be aligned to the left.
row = box.grid_flow()
row.alignement = 'LEFT'
and
row = box.grid_flow(align=True)
didn’t work
Is alignment spelled wrong on purpose? Try changing it to “alignment” instead and update on the results?
hi. i just mispelled on the thread (i posted this on mobile) if it was i misplell i would have an error message.