Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / ash / shelf / shelf_constants.cc
index b180496..568c657 100644 (file)
@@ -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