[Lada-commits] [PATCH 2 of 3] Backed out changeset d9824c49e781

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


# HG changeset patch
# User Dustin Demuth <dustin at intevation.de>
# Date 1434442754 -7200
# Node ID 392be36fe3acef95376d46f444413032689b0f5a
# Parent  d9824c49e781f641c0cae00e5c01c9a42f02af85
Backed out changeset d9824c49e781

diff -r d9824c49e781 -r 392be36fe3ac app/view/window/GenProbenFromMessprogramm.js
--- a/app/view/window/GenProbenFromMessprogramm.js	Tue Jun 16 10:11:36 2015 +0200
+++ b/app/view/window/GenProbenFromMessprogramm.js	Tue Jun 16 10:19:14 2015 +0200
@@ -105,8 +105,8 @@
                 });
             }
         }];
-        this.width = 350;
-        this.height = 250;
+        this.width = 400;
+        this.height = 300;
 
         // add listeners to change the window appearence when it becomes inactive
         this.on({
@@ -148,7 +148,6 @@
                 fieldLabel: i18n.getMsg('from'),
                 labelWidth: 90,
                 margin: 5,
-                width: 300,
                 name: 'start',
                 format: 'd.m.Y H:i',
                 period: 'start'
@@ -157,7 +156,6 @@
                 fieldLabel: i18n.getMsg('to'),
                 labelWidth: 90,
                 margin: 5,
-                width: 300,
                 name: 'end',
                 format: 'd.m.Y H:i',
                 period: 'end'
diff -r d9824c49e781 -r 392be36fe3ac app/view/window/ProbeCreate.js
--- a/app/view/window/ProbeCreate.js	Tue Jun 16 10:11:36 2015 +0200
+++ b/app/view/window/ProbeCreate.js	Tue Jun 16 10:19:14 2015 +0200
@@ -52,7 +52,6 @@
         this.items = [{
             border: 0,
             autoScroll: true,
-            layout: 'fit',
             items: [{
                 xtype: 'probeform'
             }]


More information about the Lada-commits mailing list