Chromium Code Reviews| 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) { |