Index: ash/system/bluetooth/tray_bluetooth.cc |
diff --git a/ash/system/bluetooth/tray_bluetooth.cc b/ash/system/bluetooth/tray_bluetooth.cc |
index 62018eb6cd00ba37918ddb6914df6e01f3d56a8a..6f4509f8e8224a6fd50a79537cad687fa199d11b 100644 |
--- a/ash/system/bluetooth/tray_bluetooth.cc |
+++ b/ash/system/bluetooth/tray_bluetooth.cc |
@@ -310,6 +310,7 @@ class BluetoothDetailedView : public TrayDetailsView, |
HoverHighlightView* container = new HoverHighlightView(this); |
container->AddLabel( |
rb.GetLocalizedString(IDS_ASH_STATUS_TRAY_BLUETOOTH_MANAGE_DEVICES), |
+ gfx::ALIGN_LEFT, |
gfx::Font::NORMAL); |
container->SetEnabled(delegate->GetBluetoothAvailable()); |
AddChildView(container); |