Chromium Code Reviews
DescriptionAdd main axis alignment for BoxLayout.
This CL adds a MainAxisAlignment setting to BoxLayout which functions like the CSS
justify-content property. This property aligns the children items of a view
in the orientation axis of the BoxLayout.
set_spread_blank_space has been removed and replaced with
MAIN_AXIS_ALIGNMENT_FILL.
BUG=None
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=270934
Patch Set 1 : #
Total comments: 8
Patch Set 2 : address comments #Patch Set 3 : Add TODOs #
Total comments: 2
Patch Set 4 : fix nit, factor out a few more variables #
Total comments: 14
Patch Set 5 : address comments #Patch Set 6 : remove set_spread_blank_space, rename to MainAxisAlignment #Messages
Total messages: 13 (0 generated)
|