| Index: chrome/browser/resources/print_preview/layout_settings.js
|
| diff --git a/chrome/browser/resources/print_preview/layout_settings.js b/chrome/browser/resources/print_preview/layout_settings.js
|
| index 7f84e146f4d4e2cb1e435703f1a7ff1956d3d564..71ff06c1e9bc23c82f42583000bce3717a876757 100644
|
| --- a/chrome/browser/resources/print_preview/layout_settings.js
|
| +++ b/chrome/browser/resources/print_preview/layout_settings.js
|
| @@ -100,7 +100,7 @@ cr.define('print_preview', function() {
|
| * @private
|
| */
|
| onPDFLoaded_: function() {
|
| - this.fadeInOut_(!previewModifiable);
|
| + this.fadeInOut_(!previewModifiable || hasPageSizeStyle);
|
| },
|
|
|
| /**
|
|
|