Resize symbols dialog when theme is changed

This commit is contained in:
Julia.Radzhabova
2025-05-15 12:34:01 +03:00
parent 10bcbf25ac
commit f4fc2f4931

View File

@ -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',