summaryrefslogtreecommitdiffstats
path: root/ash/shelf/shelf_constants.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ash/shelf/shelf_constants.cc')
-rw-r--r--ash/shelf/shelf_constants.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/ash/shelf/shelf_constants.cc b/ash/shelf/shelf_constants.cc
index b180496..568c657 100644
--- a/ash/shelf/shelf_constants.cc
+++ b/ash/shelf/shelf_constants.cc
@@ -6,10 +6,12 @@
namespace ash {
-const int kShelfPreferredSize = 48;
const int kShelfBackgroundAlpha = 204;
const int kInvalidImageResourceID = -1;
const int kInvalidShelfID = 0;
+const int kShelfSize = 47;
+const int kShelfButtonSpacing = 10;
+const int kShelfButtonSize = 44;
const int kTimeToSwitchBackgroundMs = 1000;
} // namespace ash