summaryrefslogtreecommitdiffstats
path: root/chrome/browser
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser')
-rw-r--r--chrome/browser/chromeos/status_area_view.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/chromeos/status_area_view.cc b/chrome/browser/chromeos/status_area_view.cc
index 63e9469c..93d575a 100644
--- a/chrome/browser/chromeos/status_area_view.cc
+++ b/chrome/browser/chromeos/status_area_view.cc
@@ -69,7 +69,7 @@ ClockView::~ClockView() {
}
gfx::Size ClockView::GetPreferredSize() {
- return gfx::Size(40, 17);
+ return gfx::Size(40, 10);
}
void ClockView::Paint(gfx::Canvas* canvas) {