summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
authorjohnnyg@chromium.org <johnnyg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-28 19:31:48 +0000
committerjohnnyg@chromium.org <johnnyg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-28 19:31:48 +0000
commitcf34891f6a2391419f416356350a542aa4c1cc0f (patch)
tree4c4f7a81a9f1d00dba79016cad67b5307038208a /chrome
parentac1ada5154efcd9112152db924602aa15b7aff36 (diff)
downloadchromium_src-cf34891f6a2391419f416356350a542aa4c1cc0f.zip
chromium_src-cf34891f6a2391419f416356350a542aa4c1cc0f.tar.gz
chromium_src-cf34891f6a2391419f416356350a542aa4c1cc0f.tar.bz2
Increase the maximum notification height from 120px to 160px.
BUG=none TEST=none Review URL: http://codereview.chromium.org/4145007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64294 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r--chrome/browser/notifications/balloon_collection_impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/notifications/balloon_collection_impl.h b/chrome/browser/notifications/balloon_collection_impl.h
index dc9975e..a9c7afc 100644
--- a/chrome/browser/notifications/balloon_collection_impl.h
+++ b/chrome/browser/notifications/balloon_collection_impl.h
@@ -122,7 +122,7 @@ class BalloonCollectionImpl : public BalloonCollection
static const int kBalloonMinWidth = 300;
static const int kBalloonMaxWidth = 300;
static const int kBalloonMinHeight = 24;
- static const int kBalloonMaxHeight = 120;
+ static const int kBalloonMaxHeight = 160;
static Placement placement_;
gfx::Rect work_area_;