Mercurial > dive4elements > river
changeset 9549:c86ae5562e68
alignment wq input
author | gernotbelger |
---|---|
date | Mon, 22 Oct 2018 10:50:50 +0200 |
parents | 669ab639c56b |
children | 66476c93882f |
files | gwt-client/src/main/java/org/dive4elements/river/client/client/ui/DoubleArrayPanel.java |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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;