Browse Source

Re-align the Add Service dialogue and make it smaller by default again.

pull/3202/head
TheGoddessInari 4 years ago
parent
commit
ef2c06fc62
No known key found for this signature in database
GPG Key ID: 1209B1B7632D69A
  1. 2
      app/view/add/Add.js

2
app/view/add/Add.js

@ -19,11 +19,11 @@ Ext.define('Hamsket.view.add.Add',{
// defaults
,modal: true
,width: 500
,height: 800
,autoShow: true
,resizable: false
,draggable: false
,bodyPadding: 10
,defaultAlign: 't-t'
,initComponent() {
const me = this;

Loading…
Cancel
Save