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

Unified Diff: ash/common/system/date/system_info_default_view.cc

Issue 2605513002: [ash-md] Changed the system info row height to 40 (instead of 48). (Closed)
Patch Set: Created 4 years 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 | « ash/common/system/date/date_view.cc ('k') | ash/common/system/tray/tray_constants.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/system/date/system_info_default_view.cc
diff --git a/ash/common/system/date/system_info_default_view.cc b/ash/common/system/date/system_info_default_view.cc
index c0046d4e4215cfd5062c74a2ea064b0c7b837bc8..695453e5c75e470b88aae8816dad4a563f088c9c 100644
--- a/ash/common/system/date/system_info_default_view.cc
+++ b/ash/common/system/date/system_info_default_view.cc
@@ -29,6 +29,7 @@ SystemInfoDefaultView::SystemInfoDefaultView(SystemTrayItem* owner,
LoginStatus login)
: date_view_(nullptr),
tri_view_(TrayPopupUtils::CreateMultiTargetRowView()) {
+ tri_view_->SetMinHeight(kTrayPopupSystemInfoRowHeight);
AddChildView(tri_view_);
SetLayoutManager(new views::FillLayout);
« no previous file with comments | « ash/common/system/date/date_view.cc ('k') | ash/common/system/tray/tray_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698