comparison flys-client/src/main/java/de/intevation/flys/client/client/ui/StyleEditorWindow.java @ 1338:c730f0438510

Set window position to page center. flys-client/trunk@2983 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Raimund Renkert <raimund.renkert@intevation.de>
date Mon, 17 Oct 2011 10:22:19 +0000
parents 9bf72f84728d
children d935fd42ae0e
comparison
equal deleted inserted replaced
1337:9bf72f84728d 1338:c730f0438510
84 setTitle(MSG.properties()); 84 setTitle(MSG.properties());
85 setWidth(270); 85 setWidth(270);
86 setHeight(200); 86 setHeight(200);
87 setCanDragReposition(true); 87 setCanDragReposition(true);
88 setCanDragResize(true); 88 setCanDragResize(true);
89 setKeepInParentRect(true);
90 89
91 layout.setWidth100(); 90 layout.setWidth100();
92 layout.setHeight100(); 91 layout.setHeight100();
93
94 } 92 }
95 93
96 94
97 protected void initPanels() { 95 protected void initPanels() {
98 HLayout buttons = new HLayout(); 96 HLayout buttons = new HLayout();

http://dive4elements.wald.intevation.org