Load correct fonstSize default value

pull/21833/head
Jorik Schellekens 2020-06-08 14:31:53 +01:00
parent 2fe7c37566
commit 458bea20be
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ export class FontWatcher implements IWatcher {
} }
public start() { public start() {
this.setRootFontSize(SettingsStore.getValue("baseFontSize") + FontWatcher.SIZE_DIFF); this.setRootFontSize(SettingsStore.getValue("baseFontSize"));
this.dispatcherRef = dis.register(this.onAction); this.dispatcherRef = dis.register(this.onAction);
} }