Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(24)

Unified Diff: chrome/browser/views/frame/status_area_view.cc

Issue 183044: Workaround Skia and Pango measuring font heights differently by asking Pango... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « app/gfx/font_skia.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/frame/status_area_view.cc
===================================================================
--- chrome/browser/views/frame/status_area_view.cc (revision 25038)
+++ chrome/browser/views/frame/status_area_view.cc (working copy)
@@ -68,7 +68,7 @@
}
gfx::Size ClockView::GetPreferredSize() {
- return gfx::Size(40, 10);
+ return gfx::Size(40, 17);
}
void ClockView::Paint(gfx::Canvas* canvas) {
« no previous file with comments | « app/gfx/font_skia.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698