Typo in appearance settings (#1683)

This commit is contained in:
Mirwaisse Djanbaz 2021-02-23 21:19:57 +01:00 committed by GitHub
parent 93d55b3e7b
commit dcf1c62ec1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,7 +29,7 @@ const TPL = `
</div> </div>
</div> </div>
<p>Zooming can be controlled with CTRL-+ and CTRL-= shortcuts as well.</p> <p>Zooming can be controlled with CTRL+- and CTRL+= shortcuts as well.</p>
<h4>Font sizes</h4> <h4>Font sizes</h4>
@ -169,4 +169,4 @@ export default class ApperanceOptions {
this.$body.get(0).style.setProperty("--tree-font-size", this.$treeFontSize.val() + "%"); this.$body.get(0).style.setProperty("--tree-font-size", this.$treeFontSize.val() + "%");
this.$body.get(0).style.setProperty("--detail-font-size", this.$detailFontSize.val() + "%"); this.$body.get(0).style.setProperty("--detail-font-size", this.$detailFontSize.val() + "%");
} }
} }