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

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

Issue 2775193005: Fix display resolution label (Closed)
Patch Set: . Created 3 years, 9 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.html
diff --git a/chrome/browser/resources/settings/device_page/display.html b/chrome/browser/resources/settings/device_page/display.html
index e94591c6f1f38d8af03ac728690666d7143bb96d..3993511a308338a15e2ecfaba50c4f1a7f63b051 100644
--- a/chrome/browser/resources/settings/device_page/display.html
+++ b/chrome/browser/resources/settings/device_page/display.html
@@ -105,7 +105,7 @@
<div class="start textarea layout vertical">
<div>$i18n{displayResolutionTitle}</div>
<div class="secondary layout self-start">
- [[getResolutionText_(selectedDisplay, selectedModeIndex_)]]
+ [[getResolutionText_(selectedDisplay, selectedModePref_.value)]]
</div>
</div>
<settings-slider disabled="[[!enableSetResolution_(selectedDisplay)]]"
« 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