summaryrefslogtreecommitdiffstats
path: root/ash
diff options
context:
space:
mode:
Diffstat (limited to 'ash')
-rw-r--r--ash/system/web_notification/web_notification_view.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/ash/system/web_notification/web_notification_view.cc b/ash/system/web_notification/web_notification_view.cc
index be6119b..ee36ffd 100644
--- a/ash/system/web_notification/web_notification_view.cc
+++ b/ash/system/web_notification/web_notification_view.cc
@@ -180,8 +180,9 @@ void WebNotificationView::InitView(WebNotificationTray* tray,
const int message_width = kWebNotificationWidth - kWebNotificationIconSize -
kWebNotificationButtonWidth - (padding_width * 3);
columns->AddColumn(views::GridLayout::FILL, views::GridLayout::LEADING,
- 100, /* resize percent */
- views::GridLayout::FIXED, message_width, message_width);
+ 0, /* resize percent */
+ views::GridLayout::FIXED,
+ message_width, message_width);
columns->AddPaddingColumn(0, padding_width);