[Lada-commits] [PATCH 6 of 6] Updated 'create messung' window
Wald Commits
scm-commit at wald.intevation.org
Sat Dec 13 14:13:56 CET 2014
# HG changeset patch
# User Raimund Renkert <raimund.renkert at intevation.de>
# Date 1418476372 -3600
# Node ID 4ac3eee22f96d4aa5e6387394b6bbfe43753e07c
# Parent ae8582b4f2074d92a4e09b85bc3cd3c566910176
Updated 'create messung' window.
diff -r ae8582b4f207 -r 4ac3eee22f96 app/view/messungen/Create.js
--- a/app/view/messungen/Create.js Sat Dec 13 14:11:43 2014 +0100
+++ b/app/view/messungen/Create.js Sat Dec 13 14:12:52 2014 +0100
@@ -33,9 +33,11 @@
scope: this,
handler: this.close
}];
- this.width = Ext.getBody().getViewSize().width - 30;
- this.height = Ext.getBody().getViewSize().height - 30;
- this.items = [form];
+ this.items = [{
+ border: 0,
+ autoScroll: true,
+ items: [form]
+ }];
this.callParent(arguments);
}
});
More information about the Lada-commits
mailing list