Mercurial > lada > lada-client
changeset 834:2214aea9fd3a 2.0.1
Patched correct file of r. 832
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Tue, 16 Jun 2015 10:23:53 +0200 |
parents | 392be36fe3ac |
children | de63d8b4926a |
files | app/view/window/GenProbenFromMessprogramm.js |
diffstat | 1 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/app/view/window/GenProbenFromMessprogramm.js Tue Jun 16 10:19:14 2015 +0200 +++ b/app/view/window/GenProbenFromMessprogramm.js Tue Jun 16 10:23:53 2015 +0200 @@ -105,8 +105,8 @@ }); } }]; - this.width = 400; - this.height = 300; + this.width = 350; + this.height = 250; // add listeners to change the window appearence when it becomes inactive this.on({ @@ -148,6 +148,7 @@ fieldLabel: i18n.getMsg('from'), labelWidth: 90, margin: 5, + width: 300, name: 'start', format: 'd.m.Y H:i', period: 'start' @@ -156,6 +157,7 @@ fieldLabel: i18n.getMsg('to'), labelWidth: 90, margin: 5, + width: 300, name: 'end', format: 'd.m.Y H:i', period: 'end'