Nux

Code review comment for lp:~haggai-eran/nux/rtl

Revision history for this message
Haggai Eran (haggai-eran) wrote :

Jay,

My intention was to have HLayout position it's elements from right to left (when in the right locale), instead of from left to right. This is similar to how GtkHBox behaves, for example.

I think that this is also what the implementation does. It starts with the last child in the HLayout's list, and lays it at the leftmost position, and then follows on to the previous child in the list, and so on.

Haggai

« Back to merge proposal