comparison flys-client/src/main/java/de/intevation/flys/client/client/ui/CollectionView.java @ 437:7fa15845fecf

ISSUE-35 The project view has a maximize button now. flys-client/trunk@1956 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Thu, 19 May 2011 13:02:47 +0000
parents f4c8ce11df33
children e090fbd5a535
comparison
equal deleted inserted replaced
436:1fcffb5079ec 437:7fa15845fecf
142 142
143 layout.setWidth100(); 143 layout.setWidth100();
144 144
145 setCanDragReposition(true); 145 setCanDragReposition(true);
146 setCanDragResize(true); 146 setCanDragResize(true);
147 setShowMaximizeButton(true);
147 setKeepInParentRect(true); 148 setKeepInParentRect(true);
148 149
149 setTitle(""); 150 setTitle("");
150 151
151 addItem(layout); 152 addItem(layout);

http://dive4elements.wald.intevation.org