diff options
author | Abyss777 <abyss@fox5.ru> | 2017-03-10 13:42:53 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2017-03-10 16:27:36 +0500 |
commit | 8a51bf453f9f7400744754d26231dae8077a4608 (patch) | |
tree | 2eb0c5ccebff115ee90fe81884e8797cc8755c34 /web/app/view/BaseDialog.js | |
parent | 2e76f6cb4487a1efd3fbe168e6168f9ed5c2df47 (diff) | |
download | trackermap-web-8a51bf453f9f7400744754d26231dae8077a4608.tar.gz trackermap-web-8a51bf453f9f7400744754d26231dae8077a4608.tar.bz2 trackermap-web-8a51bf453f9f7400744754d26231dae8077a4608.zip |
Group user fields in fieldsets
Diffstat (limited to 'web/app/view/BaseDialog.js')
-rw-r--r-- | web/app/view/BaseDialog.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/app/view/BaseDialog.js b/web/app/view/BaseDialog.js index 75263485..aa9782f1 100644 --- a/web/app/view/BaseDialog.js +++ b/web/app/view/BaseDialog.js @@ -22,6 +22,7 @@ Ext.define('Traccar.view.BaseDialog', { resizable: false, modal: true, autoScroll: true, + constrain: true, initComponent: function () { if (window.innerHeight) { |