[Lada-commits] [PATCH 3 of 6] Moved min width from lada form superclass to concrete form classes

Wald Commits scm-commit at wald.intevation.org
Sat Dec 13 14:13:53 CET 2014


# HG changeset patch
# User Raimund Renkert <raimund.renkert at intevation.de>
# Date 1418476197 -3600
# Node ID 2b5aa0e6e641fc66a9ea2313fbca95f10f14cb3e
# Parent  5d958fb1dd2686e73feb557fa5af28961db52206
Moved min width from lada form superclass to concrete form classes.

diff -r 5d958fb1dd26 -r 2b5aa0e6e641 app/view/proben/CreateForm.js
--- a/app/view/proben/CreateForm.js	Fri Dec 12 12:19:49 2014 +0100
+++ b/app/view/proben/CreateForm.js	Sat Dec 13 14:09:57 2014 +0100
@@ -22,6 +22,7 @@
     ],
 
     model: 'Lada.model.Probe',
+    minWidth: 650,
 
     initComponent: function() {
         this.items = [{
diff -r 5d958fb1dd26 -r 2b5aa0e6e641 app/view/proben/EditForm.js
--- a/app/view/proben/EditForm.js	Fri Dec 12 12:19:49 2014 +0100
+++ b/app/view/proben/EditForm.js	Sat Dec 13 14:09:57 2014 +0100
@@ -26,6 +26,7 @@
     ],
 
     model: 'Lada.model.Probe',
+    minWidth: 650,
 
     initComponent: function() {
         this.items = [{
diff -r 5d958fb1dd26 -r 2b5aa0e6e641 app/view/widgets/LadaForm.js
--- a/app/view/widgets/LadaForm.js	Fri Dec 12 12:19:49 2014 +0100
+++ b/app/view/widgets/LadaForm.js	Sat Dec 13 14:09:57 2014 +0100
@@ -18,7 +18,6 @@
     alias: 'widget.ladaform',
     bodyPadding: '10 10',
     border: 0,
-    minWidth: 650,
 
     /**
      * Can be a reference to a model instance or a model class name.


More information about the Lada-commits mailing list