comparison flys-client/src/main/java/de/intevation/flys/client/client/ui/map/MapPrintWindow.java @ 5717:22e03ca8c39d

Add configurable logo for map print and rename/reorder fields
author Andre Heinecke <aheinecke@intevation.de>
date Mon, 15 Apr 2013 18:23:42 +0200
parents 98906446eadf
children
comparison
equal deleted inserted replaced
5716:df330602b1a2 5717:22e03ca8c39d
11 11
12 protected MapPrintPanel panel; 12 protected MapPrintPanel panel;
13 13
14 public MapPrintWindow(Collection collection, MapToolbar mapToolbar) { 14 public MapPrintWindow(Collection collection, MapToolbar mapToolbar) {
15 setWidth(255); 15 setWidth(255);
16 setHeight(280); 16 setHeight(300);
17 17
18 setTitle(MSG.printWindowTitle()); 18 setTitle(MSG.printWindowTitle());
19 centerInPage(); 19 centerInPage();
20 20
21 this.panel = new MapPrintPanel(collection, mapToolbar, this); 21 this.panel = new MapPrintPanel(collection, mapToolbar, this);

http://dive4elements.wald.intevation.org