|
Always aligns text at vertically center (Textfield, Label).
This CL makes Textfield and Label put their content text at vertically center respecting the cap height.
Also this CL removes vertical alignment support, which we no longer need.
I think this CL fixes all issues related to vertical alignment and font height.
BUG= 146236, 264436
TEST=Test manually + ui_unittests
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=231107
Total comments: 10
Total comments: 2
Total comments: 43
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+205 lines, -241 lines) |
Patch |
 |
M |
chrome/browser/ui/views/location_bar/content_setting_image_view.h
|
View
|
1
2
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/location_bar/content_setting_image_view.cc
|
View
|
1
2
|
4 chunks |
+1 line, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/location_bar/ev_bubble_view.h
|
View
|
1
2
|
2 chunks |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/location_bar/ev_bubble_view.cc
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/location_bar/icon_label_bubble_view.h
|
View
|
1
2
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/location_bar/icon_label_bubble_view.cc
|
View
|
1
2
|
3 chunks |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/location_bar/keyword_hint_view.h
|
View
|
|
2 chunks |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/location_bar/keyword_hint_view.cc
|
View
|
|
2 chunks |
+4 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/location_bar/location_bar_view.cc
|
View
|
1
2
3
4
5
6
|
7 chunks |
+58 lines, -62 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/location_bar/selected_keyword_view.h
|
View
|
1
2
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/location_bar/selected_keyword_view.cc
|
View
|
1
2
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/omnibox/omnibox_result_view.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
3 chunks |
+9 lines, -13 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/omnibox/omnibox_view_views.h
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/omnibox/omnibox_view_views.cc
|
View
|
1
|
2 chunks |
+1 line, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/omnibox/omnibox_views.h
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/omnibox/omnibox_views.cc
|
View
|
|
1 chunk |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
ui/gfx/font.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/gfx/font_unittest.cc
|
View
|
1
2
3
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ui/gfx/platform_font_pango.cc
|
View
|
1
2
3
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ui/gfx/render_text.h
|
View
|
1
2
3
4
5
6
|
5 chunks |
+34 lines, -12 lines |
0 comments
|
Download
|
 |
M |
ui/gfx/render_text.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
8 chunks |
+34 lines, -14 lines |
0 comments
|
Download
|
 |
M |
ui/gfx/render_text_linux.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ui/gfx/render_text_linux.cc
|
View
|
1
2
3
4
5
6
|
3 chunks |
+6 lines, -10 lines |
0 comments
|
Download
|
 |
M |
ui/gfx/render_text_mac.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ui/gfx/render_text_mac.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
ui/gfx/render_text_unittest.cc
|
View
|
1
2
3
4
5
6
7
|
5 chunks |
+20 lines, -18 lines |
0 comments
|
Download
|
 |
M |
ui/gfx/render_text_win.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ui/gfx/render_text_win.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
ui/gfx/text_constants.h
|
View
|
|
1 chunk |
+0 lines, -10 lines |
0 comments
|
Download
|
 |
M |
ui/views/controls/textfield/native_textfield_views.h
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
ui/views/controls/textfield/native_textfield_views.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
ui/views/controls/textfield/native_textfield_views_unittest.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+3 lines, -10 lines |
0 comments
|
Download
|
 |
M |
ui/views/controls/textfield/native_textfield_win.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
ui/views/controls/textfield/native_textfield_win.cc
|
View
|
|
1 chunk |
+0 lines, -6 lines |
0 comments
|
Download
|
 |
M |
ui/views/controls/textfield/native_textfield_wrapper.h
|
View
|
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ui/views/controls/textfield/textfield.h
|
View
|
1
2
3
4
5
|
2 chunks |
+0 lines, -9 lines |
0 comments
|
Download
|
 |
M |
ui/views/controls/textfield/textfield.cc
|
View
|
1
2
3
4
5
|
4 chunks |
+0 lines, -9 lines |
0 comments
|
Download
|
Total messages: 19 (0 generated)
|