[Lada-commits] [PATCH] reenabled listeners and buttons on ortszuordnung

Wald Commits scm-commit at wald.intevation.org
Fri Feb 3 20:35:56 CET 2017


# HG changeset patch
# User Maximilian Krambach <mkrambach at intevation.de>
# Date 1486150553 -3600
# Node ID 15e4a3e42ad79d35fbdc758466ed78628ebe0cb5
# Parent  1a2cd9bef6d7ca376ba783d7fcfbd95438c61766
reenabled listeners and buttons on ortszuordnung

diff -r 1a2cd9bef6d7 -r 15e4a3e42ad7 app/view/form/Ortszuordnung.js
--- a/app/view/form/Ortszuordnung.js	Fri Feb 03 19:37:28 2017 +0100
+++ b/app/view/form/Ortszuordnung.js	Fri Feb 03 20:35:53 2017 +0100
@@ -82,6 +82,7 @@
                     items: [{
                         layout: 'vbox',
                         border: 0,
+                        flex: 1,
                         items: [{
                             layout: 'vbox',
                             border: 0,
@@ -114,9 +115,7 @@
                                 }
                             }]
                         },
-                        Ext.create('Lada.view.form.OrtInfo',{
-                            flex: 1
-                        })
+                        Ext.create('Lada.view.form.OrtInfo')
                         ]
                     }]
                 }]


More information about the Lada-commits mailing list