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

Unified Diff: ash/common/system/chromeos/ime_menu/ime_menu_tray.cc

Issue 2675983003: views::Separator cleanup. (Closed)
Patch Set: revert test change Created 3 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 | « ash/common/system/chromeos/audio/volume_view.cc ('k') | ash/common/system/chromeos/palette/palette_tray.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/system/chromeos/ime_menu/ime_menu_tray.cc
diff --git a/ash/common/system/chromeos/ime_menu/ime_menu_tray.cc b/ash/common/system/chromeos/ime_menu/ime_menu_tray.cc
index fb75f28be7005b827305ef83fc55bc857ef850cf..b9eacd2c52085b4a6bada3bb7c9889b6d5b9bb15 100644
--- a/ash/common/system/chromeos/ime_menu/ime_menu_tray.cc
+++ b/ash/common/system/chromeos/ime_menu/ime_menu_tray.cc
@@ -143,7 +143,7 @@ class ImeTitleView : public views::View, public views::ButtonListener {
explicit ImeTitleView(bool show_settings_button) : settings_button_(nullptr) {
SetBorder(views::CreatePaddedBorder(
views::CreateSolidSidedBorder(0, 0, kSeparatorWidth, 0,
- kHorizontalSeparatorColor),
+ kMenuSeparatorColor),
gfx::Insets(kMenuSeparatorVerticalPadding - kSeparatorWidth, 0)));
auto* box_layout =
new views::BoxLayout(views::BoxLayout::kHorizontal, 0, 0, 0);
@@ -282,7 +282,7 @@ class ImeButtonsView : public views::View,
SetLayoutManager(box_layout);
SetBorder(views::CreatePaddedBorder(
views::CreateSolidSidedBorder(kSeparatorWidth, 0, 0, 0,
- kHorizontalSeparatorColor),
+ kMenuSeparatorColor),
gfx::Insets(kMenuSeparatorVerticalPadding - kSeparatorWidth,
GetTrayConstant(TRAY_POPUP_ITEM_LEFT_INSET))));
} else {
« no previous file with comments | « ash/common/system/chromeos/audio/volume_view.cc ('k') | ash/common/system/chromeos/palette/palette_tray.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698