|
Add 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
Total comments: 8
Total comments: 2
Total comments: 14
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+192 lines, -35 lines) |
Patch |
 |
M |
ash/system/chromeos/network/network_state_list_detailed_view.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ash/system/tray/system_tray_bubble.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ash/system/tray/tray_background_view.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ash/system/tray_accessibility.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/autofill/password_generation_popup_view_views.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/message_center/message_center_widget_delegate.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ui/message_center/views/message_center_view.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ui/views/bubble/tray_bubble_view.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ui/views/layout/box_layout.h
|
View
|
1
2
3
4
5
|
5 chunks |
+33 lines, -5 lines |
0 comments
|
Download
|
 |
M |
ui/views/layout/box_layout.cc
|
View
|
1
2
3
4
5
|
3 chunks |
+58 lines, -19 lines |
0 comments
|
Download
|
 |
M |
ui/views/layout/box_layout_unittest.cc
|
View
|
1
2
3
4
5
|
3 chunks |
+91 lines, -2 lines |
0 comments
|
Download
|
Total messages: 13 (0 generated)
|