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

Unified Diff: ash/common/system/tray/tri_view.h

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/tray/tray_constants.cc ('k') | ash/common/system/tray/tri_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/system/tray/tri_view.h
diff --git a/ash/common/system/tray/tri_view.h b/ash/common/system/tray/tri_view.h
index 5a06fada7417cda353de6a4cc1366c215d4bedc5..5774467632822f4d14696e355b6bfe6e368f1d4e 100644
--- a/ash/common/system/tray/tri_view.h
+++ b/ash/common/system/tray/tri_view.h
@@ -70,6 +70,9 @@ class ASH_EXPORT TriView : public views::View {
~TriView() override;
+ // Set the minimum height for all containers to |height|.
+ void SetMinHeight(int height);
+
// Set the minimum size for the given |container|.
void SetMinSize(Container container, const gfx::Size& size);
« no previous file with comments | « ash/common/system/tray/tray_constants.cc ('k') | ash/common/system/tray/tri_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698