mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-24 16:01:42 +02:00
Merge pull request #4726 from matrix-org/joriks/font-scaling-unit-change
Load correct default font size
This commit is contained in:
commit
fe0ae07b84
@ -32,7 +32,7 @@ export class FontWatcher implements IWatcher {
|
||||
}
|
||||
|
||||
public start() {
|
||||
this.setRootFontSize(SettingsStore.getValue("baseFontSize") + FontWatcher.SIZE_DIFF);
|
||||
this.setRootFontSize(SettingsStore.getValue("baseFontSize"));
|
||||
this.dispatcherRef = dis.register(this.onAction);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user