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

Unified Diff: chrome/browser/notifications/balloon_collection_win.cc

Issue 661333: Change some desktop notifications layout parameters to be per-platform rather... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 10 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 | « chrome/browser/notifications/balloon_collection_mac.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/notifications/balloon_collection_win.cc
===================================================================
--- chrome/browser/notifications/balloon_collection_win.cc (revision 38514)
+++ chrome/browser/notifications/balloon_collection_win.cc (working copy)
@@ -17,3 +17,15 @@
balloon->set_content_size(size);
return balloon;
}
+
+int BalloonCollectionImpl::Layout::InterBalloonMargin() const {
+ return 5;
+}
+
+int BalloonCollectionImpl::Layout::HorizontalEdgeMargin() const {
+ return 5;
+}
+
+int BalloonCollectionImpl::Layout::VerticalEdgeMargin() const {
+ return 5;
+}
« no previous file with comments | « chrome/browser/notifications/balloon_collection_mac.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698