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

Unified Diff: ui/app_list/page_switcher.h

Issue 10910233: app_list: Make min page switcher button width and spacing smaller. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 months 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 | « no previous file | ui/app_list/page_switcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/page_switcher.h
diff --git a/ui/app_list/page_switcher.h b/ui/app_list/page_switcher.h
index d6fc7861b20031b06a2e7db98a2758d9fd47a701..2c492b23a7b5d3902bb72cca2f4f23a718ca9911 100644
--- a/ui/app_list/page_switcher.h
+++ b/ui/app_list/page_switcher.h
@@ -29,7 +29,7 @@ class PageSwitcher : public views::View,
virtual void Layout() OVERRIDE;
private:
- void CalculateButtonWidth(int contents_width);
+ void CalculateButtonWidthAndSpacing(int contents_width);
// Overridden from views::ButtonListener:
virtual void ButtonPressed(views::Button* sender,
« no previous file with comments | « no previous file | ui/app_list/page_switcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698