comparison flys-client/src/main/java/de/intevation/flys/client/client/ui/range/LocationsTable.java @ 886:2161d3acc83f

Changed field size from fixed to percental value in helper tables. flys-client/trunk@2720 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Raimund Renkert <raimund.renkert@intevation.de>
date Tue, 13 Sep 2011 12:47:54 +0000
parents dbaef661d0e5
children dd702348b878
comparison
equal deleted inserted replaced
885:eeea6a02d62c 886:2161d3acc83f
49 ldescr.setType(ListGridFieldType.TEXT); 49 ldescr.setType(ListGridFieldType.TEXT);
50 ldescr.setWidth("*"); 50 ldescr.setWidth("*");
51 51
52 ListGridField lside = new ListGridField("riverside", MSG.riverside()); 52 ListGridField lside = new ListGridField("riverside", MSG.riverside());
53 lside.setType(ListGridFieldType.TEXT); 53 lside.setType(ListGridFieldType.TEXT);
54 lside.setWidth(40); 54 lside.setWidth("12%");
55 55
56 ListGridField loc = new ListGridField("from", MSG.locations()); 56 ListGridField loc = new ListGridField("from", MSG.locations());
57 loc.setType(ListGridFieldType.TEXT); 57 loc.setType(ListGridFieldType.TEXT);
58 loc.setWidth(40); 58 loc.setWidth("12%");
59 59
60 ListGridField bottom = new ListGridField("bottom", MSG.bottom_edge()); 60 ListGridField bottom = new ListGridField("bottom", MSG.bottom_edge());
61 bottom.setType(ListGridFieldType.TEXT); 61 bottom.setType(ListGridFieldType.TEXT);
62 bottom.setWidth(30); 62 bottom.setWidth("10%");
63 63
64 ListGridField top = new ListGridField("top", MSG.top_edge()); 64 ListGridField top = new ListGridField("top", MSG.top_edge());
65 top.setType(ListGridFieldType.TEXT); 65 top.setType(ListGridFieldType.TEXT);
66 top.setWidth(30); 66 top.setWidth("10%");
67 67
68 setFields(addfrom, addto, ldescr, loc, lside, bottom, top); 68 setFields(addfrom, addto, ldescr, loc, lside, bottom, top);
69 } 69 }
70 } 70 }
71 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 : 71 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org