Index: chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc |
diff --git a/chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc b/chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc |
index 3554064b50687d7df15dad0ee4ced2df994dfbb8..61c9e25783f765d9531c22b49baca4e37633e1b2 100644 |
--- a/chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc |
+++ b/chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc |
@@ -172,7 +172,6 @@ void BookmarkBubbleView::Init() { |
IDS_BOOKMARK_BUBBLE_PAGE_BOOKMARK)); |
ui::ResourceBundle& rb = ui::ResourceBundle::GetSharedInstance(); |
title_label->SetFont(rb.GetFont(ui::ResourceBundle::MediumFont)); |
- title_label->SetEnabledColor(SkColorSetRGB(6, 45, 117)); |
GridLayout* layout = new GridLayout(this); |
SetLayoutManager(layout); |
@@ -254,6 +253,7 @@ BookmarkBubbleView::BookmarkBubbleView(views::View* anchor_view, |
parent_combobox_(NULL), |
remove_bookmark_(false), |
apply_edits_(true) { |
+ set_margins(gfx::Insets(20, 20, 20, 20)); |
msw
2013/05/27 20:47:32
The margins look absurd without control size/place
|
// Compensate for built-in vertical padding in the anchor view's image. |
set_anchor_view_insets(gfx::Insets(5, 0, 5, 0)); |
} |