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

Unified Diff: chrome/browser/resources/settings/device_page/display_overscan_dialog.html

Issue 2214343002: MD Settings: Display: Fix overscan dialog for <dialog> (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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/resources/settings/device_page/display_overscan_dialog.html
diff --git a/chrome/browser/resources/settings/device_page/display_overscan_dialog.html b/chrome/browser/resources/settings/device_page/display_overscan_dialog.html
index ef8c3b99a59af259af1e7d057ff467d1c565911c..03d7bc8833d642e6b408e61533237ad06187606a 100644
--- a/chrome/browser/resources/settings/device_page/display_overscan_dialog.html
+++ b/chrome/browser/resources/settings/device_page/display_overscan_dialog.html
@@ -33,7 +33,7 @@
padding: 4px 8px 0;
}
</style>
- <dialog is="cr-dialog" id="dialog" class="layout vertical" on-close="close">
+ <dialog is="cr-dialog" id="dialog" on-close="close">
<div class="title">$i18n{displayOverscanPageTitle}</div>
<div class="body">
<div class="label self-start" >$i18n{displayOverscanInstructions}</div>
« 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