Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit ef2c06f

Browse files
Re-align the Add Service dialogue and make it smaller by default again.
1 parent 99b5bb6 commit ef2c06f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/view/add/Add.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ Ext.define('Hamsket.view.add.Add',{
1919
// defaults
2020
,modal: true
2121
,width: 500
22-
,height: 800
2322
,autoShow: true
2423
,resizable: false
2524
,draggable: false
2625
,bodyPadding: 10
26+
,defaultAlign: 't-t'
2727

2828
,initComponent() {
2929
const me = this;

0 commit comments

Comments
 (0)