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

Unified Diff: chrome/browser/resources/settings/appearance_page/appearance_fonts_page.html

Issue 2587913007: MD Settings: cr-slider: Make display consistent and clean up. (Closed)
Patch Set: Update tests Created 4 years 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 | chrome/browser/resources/settings/appearance_page/compiled_resources2.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/appearance_page/appearance_fonts_page.html
diff --git a/chrome/browser/resources/settings/appearance_page/appearance_fonts_page.html b/chrome/browser/resources/settings/appearance_page/appearance_fonts_page.html
index 4d6939b5f2737ddfe522a7f1d69dd705ec541ca4..fcb43a65f5bf6cae1282785cd690fc35744e4279 100644
--- a/chrome/browser/resources/settings/appearance_page/appearance_fonts_page.html
+++ b/chrome/browser/resources/settings/appearance_page/appearance_fonts_page.html
@@ -13,9 +13,10 @@
<style include="settings-shared"></style>
<div class="settings-box first">
<div class="start">$i18n{fontSize}</div>
- <cr-slider class="always-on" id="sizeSlider" snaps max-markers="5"
+ <cr-slider id="sizeSlider"
value="{{prefs.webkit.webprefs.default_font_size.value}}"
- tick-values="[[fontSizeRange_]]">
+ tick-values="[[fontSizeRange_]]"
+ label-min="$i18n{tiny}" label-max="$i18n{huge}">
</cr-slider>
</div>
<div class="settings-box">
@@ -27,9 +28,10 @@
<span>[[prefs.webkit.webprefs.minimum_font_size.value]]</span>
: $i18n{quickBrownFox}
</div>
- <cr-slider class="always-on" id="minimumSizeSlider" snaps max-markers="5"
+ <cr-slider id="minimumSizeSlider"
value="{{prefs.webkit.webprefs.minimum_font_size.value}}"
- tick-values="[[minimumFontSizeRange_]]">
+ tick-values="[[minimumFontSizeRange_]]"
+ label-min="$i18n{tiny}" label-max="$i18n{huge}">
</cr-slider>
</div>
<div class="settings-box">
« no previous file with comments | « no previous file | chrome/browser/resources/settings/appearance_page/compiled_resources2.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698