[Lada-commits] [PATCH 3 of 3] Patched correct file of r. 832

Wald Commits scm-commit at wald.intevation.org
Tue Jun 16 10:25:22 CEST 2015


# HG changeset patch
# User Dustin Demuth <dustin at intevation.de>
# Date 1434443033 -7200
# Node ID 2214aea9fd3a1256d2fde6abe715eb79e6c3c8da
# Parent  392be36fe3acef95376d46f444413032689b0f5a
Patched correct file of r. 832

diff -r 392be36fe3ac -r 2214aea9fd3a app/view/window/GenProbenFromMessprogramm.js
--- 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'


More information about the Lada-commits mailing list