[Lada-commits] [PATCH] Changed layout to show all Deskriptoren
Wald Commits
scm-commit at wald.intevation.org
Thu Feb 23 10:16:00 CET 2017
# HG changeset patch
# User Evi Huber <ehuber at bfs.de>
# Date 1487841350 -3600
# Node ID 197ba385bc311b83b4611e755f08a3f31ade4f80
# Parent c8827424723b87097c524a41d413ad47b7bbc6e1
Changed layout to show all Deskriptoren
diff -r c8827424723b -r 197ba385bc31 app/view/form/Probe.js
--- a/app/view/form/Probe.js Thu Feb 23 09:55:55 2017 +0100
+++ b/app/view/form/Probe.js Thu Feb 23 10:15:50 2017 +0100
@@ -304,7 +304,7 @@
xtype: 'umwelt',
name: 'umwId',
fieldLabel: 'Umweltbereich',
- labelWidth: 125,
+ labelWidth: 100,
allowBlank: false,
editable: true,
listeners: {
@@ -325,9 +325,9 @@
maxLength: 38,
enforceMaxLength: true,
name: 'mediaDesk',
- width: '60%',
+ width: '58%',
minWidth: 290,
- labelWidth: 125,
+ labelWidth: 100,
fieldLabel: 'Deskriptoren',
editable: false,
readOnly: true,
@@ -341,7 +341,7 @@
xtype: 'textfield',
name: 'media',
margin: '0, 10, 5, 10',
- width: '40%',
+ width: '42%',
enforceMaxLength: true,
editable: false,
readOnly: true
More information about the Lada-commits
mailing list