mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 21:54:49 +08:00
Resize symbols dialog when theme is changed
This commit is contained in:
@ -1501,6 +1501,14 @@ define([
|
||||
|
||||
},
|
||||
|
||||
onThemeChanged: function() {
|
||||
if (!this.$window || !this.isVisible()) return;
|
||||
|
||||
Common.UI.Window.prototype.onThemeChanged.call(this);
|
||||
this.calcControlsHeight();
|
||||
this.applyInnerSize(this.getSize()[1]);
|
||||
},
|
||||
|
||||
textTitle: 'Symbol',
|
||||
textFont: 'Font',
|
||||
textRange: 'Range',
|
||||
|
||||
Reference in New Issue
Block a user