[SSE] Fix layout (#353)
This commit is contained in:
parent
650b0c0f82
commit
015b4272a9
|
@ -45,6 +45,7 @@ define([
|
|||
SSE.Views.GroupDialog = Common.UI.Window.extend(_.extend({
|
||||
options: {
|
||||
width: 214,
|
||||
height: 138,
|
||||
header: true,
|
||||
style: 'min-width: 214px;',
|
||||
cls: 'modal-dlg',
|
||||
|
|
|
@ -46,6 +46,7 @@ define([
|
|||
SSE.Views.ScaleDialog = Common.UI.Window.extend(_.extend({
|
||||
options: {
|
||||
width: 215,
|
||||
height: 235,
|
||||
header: true,
|
||||
style: 'min-width: 215px;',
|
||||
cls: 'modal-dlg',
|
||||
|
|
Loading…
Reference in a new issue