You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm looking for something that behaves like ui.horizontal() but places the widgets from right to left. It seems like i could use ui.horizontal() for this, if i can make ui.placer.layout.prefer_right_to_left() return true, but i couldn't figure out how to achieve that.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm looking for something that behaves like
ui.horizontal()
but places the widgets from right to left. It seems like i could useui.horizontal()
for this, if i can makeui.placer.layout.prefer_right_to_left()
return true, but i couldn't figure out how to achieve that.Beta Was this translation helpful? Give feedback.
All reactions