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

Unified Diff: ash/wm/maximize_bubble_controller.cc

Issue 11377005: Replace Label::Alignment with gfx::HorizontalAlignment (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix remaining Label::Alignment references. 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/system/user/tray_user.cc ('k') | chrome/browser/chromeos/enrollment_dialog_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/maximize_bubble_controller.cc
diff --git a/ash/wm/maximize_bubble_controller.cc b/ash/wm/maximize_bubble_controller.cc
index 2c95bbfd10e1943401724214e0d616c030f46deb..b75ab1418788016fedab2cddf95f2a73bce12484 100644
--- a/ash/wm/maximize_bubble_controller.cc
+++ b/ash/wm/maximize_bubble_controller.cc
@@ -695,7 +695,6 @@ BubbleContentsView::BubbleContentsView(
label_view_ = new views::Label();
SetSnapType(SNAP_NONE);
- label_view_->SetHorizontalAlignment(views::Label::ALIGN_CENTER);
label_view_->SetBackgroundColor(kBubbleBackgroundColor);
label_view_->SetEnabledColor(kBubbleTextColor);
label_view_->set_border(views::Border::CreateEmptyBorder(
« no previous file with comments | « ash/system/user/tray_user.cc ('k') | chrome/browser/chromeos/enrollment_dialog_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698