From ef2c06fc62451e11511e1c495992c6e793800ae7 Mon Sep 17 00:00:00 2001 From: TheGoddessInari Date: Wed, 27 Jan 2021 16:32:23 -0800 Subject: [PATCH] Re-align the Add Service dialogue and make it smaller by default again. --- app/view/add/Add.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/view/add/Add.js b/app/view/add/Add.js index c80dc8ae..e9e4b4df 100644 --- a/app/view/add/Add.js +++ b/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;