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

Unified Diff: ash/system/chromeos/network/network_list_detailed_view_base.cc

Issue 11415025: A11y: Introduce High Contrast Mode and Screen Magnifier to ubar tray. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: rebase @170134 Created 8 years, 1 month 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 | « ash/shell_delegate.h ('k') | ash/system/tray/system_tray_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/chromeos/network/network_list_detailed_view_base.cc
diff --git a/ash/system/chromeos/network/network_list_detailed_view_base.cc b/ash/system/chromeos/network/network_list_detailed_view_base.cc
index 3bfa4889fbb913dbfc101ab21bd3de4b18206b5a..5362d0ff2d3fc86ed8e90aa3a9c3a7cd829cf8bc 100644
--- a/ash/system/chromeos/network/network_list_detailed_view_base.cc
+++ b/ash/system/chromeos/network/network_list_detailed_view_base.cc
@@ -23,7 +23,6 @@
#include "ui/views/widget/widget.h"
namespace {
-const int kPaddingAroundBottomRow = 5;
// Create a label with the font size and color used in the network info bubble.
views::Label* CreateInfoBubbleLabel(const string16& text) {
@@ -139,9 +138,9 @@ void NetworkListDetailedViewBase::AppendNetworkExtra() {
views::BoxLayout* layout = new
views::BoxLayout(views::BoxLayout::kHorizontal,
- kPaddingAroundBottomRow,
- kPaddingAroundBottomRow,
- -1);
+ kTrayMenuBottomRowPadding,
+ kTrayMenuBottomRowPadding,
+ kTrayMenuBottomRowPaddingBetweenItems);
layout->set_spread_blank_space(true);
views::View* bottom_row = new View();
bottom_row->SetLayoutManager(layout);
« no previous file with comments | « ash/shell_delegate.h ('k') | ash/system/tray/system_tray_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698