[SSE] Fix layout (#353)

This commit is contained in:
Julia Radzhabova 2020-02-26 17:18:42 +03:00 committed by GitHub
parent 650b0c0f82
commit 015b4272a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

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

View file

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