comparison flys-client/src/main/java/de/intevation/flys/client/client/ui/chart/CrossSectionChartThemePanel.java @ 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 b3bf9e5ce9e6
children 51ed89b754ae
comparison
equal deleted inserted replaced
2543:d632a6526ad9 2544:04bd9f1611a1
643 this.addMember(minusButton); 643 this.addMember(minusButton);
644 this.addMember(form); 644 this.addMember(form);
645 this.addMember(plusButton); 645 this.addMember(plusButton);
646 646
647 this.setHeight(height*2); 647 this.setHeight(height*2);
648 this.setWidth(60);
648 } 649 }
649 } 650 }
650 651
651 652
652 /** 653 /**
726 ListGridField name = new ListGridField( 727 ListGridField name = new ListGridField(
727 GRID_FIELD_NAME, MSG.chart_themepanel_header_themes()); 728 GRID_FIELD_NAME, MSG.chart_themepanel_header_themes());
728 name.setType(ListGridFieldType.TEXT); 729 name.setType(ListGridFieldType.TEXT);
729 730
730 ListGridField actions = new ListGridField(GRID_FIELD_ACTIONS, 731 ListGridField actions = new ListGridField(GRID_FIELD_ACTIONS,
731 MSG.chart_themepanel_header_actions(), 50); 732 MSG.chart_themepanel_header_actions(), 65);
732 733
733 list.setFields(active, name, actions); 734 list.setFields(active, name, actions);
734 } 735 }
735 736
736 737

http://dive4elements.wald.intevation.org