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

Unified Diff: chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.mm

Issue 2293593002: [Mac][Material Design] Fix indentation of first and last bookmark items. (Closed)
Patch Set: Created 4 years, 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.mm
diff --git a/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.mm b/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.mm
index 44b2343b9a3b99e0b0d00757ddc1e76fa8bac6fb..530d2b0f7e4286c38958d5ce6dca7a5279cbcd53 100644
--- a/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.mm
+++ b/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.mm
@@ -269,14 +269,14 @@ CGFloat BookmarkLeftMargin() {
if (!ui::MaterialDesignController::IsModeMaterial()) {
return 2.0;
}
- return 12.0;
+ return 8.0;
}
CGFloat BookmarkRightMargin() {
if (!ui::MaterialDesignController::IsModeMaterial()) {
return 2.0;
}
- return 12.0;
+ return 8.0;
}
} // namespace bookmarks
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698