Mercurial > dive4elements > river
changeset 2544:04bd9f1611a1
Resized the km spinner for cross section themes.
flys-client/trunk@4502 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Thu, 24 May 2012 11:16:01 +0000 |
parents | d632a6526ad9 |
children | f25a3eb9785d |
files | flys-client/ChangeLog flys-client/src/main/java/de/intevation/flys/client/client/ui/chart/CrossSectionChartThemePanel.java |
diffstat | 2 files changed, 7 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/flys-client/ChangeLog Thu May 24 10:12:02 2012 +0000 +++ b/flys-client/ChangeLog Thu May 24 11:16:01 2012 +0000 @@ -1,3 +1,8 @@ +2012-05-24 Raimund Renkert <raimund.renkert@intevation.de> + + * src/main/java/de/intevation/flys/client/client/ui/chart/CrossSectionChartThemePanel.java: + Resized the km spinner for cross section themes. + 2012-05-24 Raimund Renkert <raimund.renkert@intevation.de> * src/main/java/de/intevation/flys/client/client/ui/StyleEditorWindow.java:
--- a/flys-client/src/main/java/de/intevation/flys/client/client/ui/chart/CrossSectionChartThemePanel.java Thu May 24 10:12:02 2012 +0000 +++ b/flys-client/src/main/java/de/intevation/flys/client/client/ui/chart/CrossSectionChartThemePanel.java Thu May 24 11:16:01 2012 +0000 @@ -645,6 +645,7 @@ this.addMember(plusButton); this.setHeight(height*2); + this.setWidth(60); } } @@ -728,7 +729,7 @@ name.setType(ListGridFieldType.TEXT); ListGridField actions = new ListGridField(GRID_FIELD_ACTIONS, - MSG.chart_themepanel_header_actions(), 50); + MSG.chart_themepanel_header_actions(), 65); list.setFields(active, name, actions); }