[PATCH] alignment wq input

Wald Commits scm-commit at wald.intevation.org
Mon Oct 22 10:50:55 CEST 2018


# HG changeset patch
# User gernotbelger
# Date 1540198250 -7200
# Node ID c86ae5562e68b564be4be4f8c20d71ab21b69d92
# Parent  669ab639c56bfac31bd59935c3ac99d66f440b85
alignment wq input

diff -r 669ab639c56b -r c86ae5562e68 gwt-client/src/main/java/org/dive4elements/river/client/client/ui/DoubleArrayPanel.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/DoubleArrayPanel.java	Fri Oct 19 17:19:09 2018 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/DoubleArrayPanel.java	Mon Oct 22 10:50:50 2018 +0200
@@ -61,7 +61,6 @@
         this.title = title;
         this.ti = new TextItem(FIELD_NAME);
         final StaticTextItem sti = new StaticTextItem("staticarray");
-        sti.setColSpan(2);
 
         this.errorItem.setTitle("");
         if (errorMsg != null)
@@ -88,7 +87,7 @@
         }
 
         setTitleOrientation(titleOrientation);
-        setNumCols(5);
+        setNumCols(4);
 
         if (values == null) {
             return;


More information about the Dive4Elements-commits mailing list