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

Unified Diff: chrome/browser/resources/print_preview/print_preview.html

Issue 7891016: Print Preview: Adding UI for margin settings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressing comments Created 9 years, 2 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
Index: chrome/browser/resources/print_preview/print_preview.html
diff --git a/chrome/browser/resources/print_preview/print_preview.html b/chrome/browser/resources/print_preview/print_preview.html
index ea168fc4470c1e91e3a0a315c4756205052614e8..1329c45534d1fde778b1ab6ad844e64c8f560da6 100644
--- a/chrome/browser/resources/print_preview/print_preview.html
+++ b/chrome/browser/resources/print_preview/print_preview.html
@@ -39,10 +39,8 @@
<hr>
<include src="color_settings.html"></include>
<hr>
- <div id="display-margin-options" hidden>
- <include src="margin_settings.html"></include>
- <hr>
- </div>
+ <include src="margin_settings.html"></include>
+ <hr>
<include src="header_footer_settings.html"></include>
<hr>
<div id="system-dialog-div">

Powered by Google App Engine
This is Rietveld 408576698