diff --git a/apps/common/main/lib/view/SymbolTableDialog.js b/apps/common/main/lib/view/SymbolTableDialog.js index 213d503fd..85d54508a 100644 --- a/apps/common/main/lib/view/SymbolTableDialog.js +++ b/apps/common/main/lib/view/SymbolTableDialog.js @@ -365,9 +365,9 @@ define([ Common.Views.SymbolTableDialog = Common.UI.Window.extend(_.extend({ options: { resizable : true, - minwidth : 450, + minwidth : 448, minheight : 394, - width: 450, + width: 448, height: 396, cls: 'modal-dlg', buttons: ['ok', 'cancel'] @@ -387,25 +387,27 @@ define([ _.extend(this.options, { title: this.textTitle, - width : size[0] || 450, + width : size[0] || 448, height : size[1] || 396 }, options || {}); this.template = [ '
', - '', + '
', '', - '', - '', '', + '
', + '', '', '
', '
', + '', '', '
', '
', + '', '', - '', '', '', - '', '', + '
', + '', '
', '
', '
', @@ -418,23 +420,25 @@ define([ '
', + '', '', '
', '
', + '', '', - '', - '', '', '', - '', - '', '',
', + '', '', '', + '', '
', + '', '
', '
', + '', '
', '