comparison flys-client/src/main/java/de/intevation/flys/client/client/ui/Toolbar.java @ 2452:0235cdb62c98

Issue 563. Handle the size of the toolbar to show all elements. flys-client/trunk@4135 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Raimund Renkert <raimund.renkert@intevation.de>
date Thu, 08 Mar 2012 15:39:29 +0000
parents f8c03d3af300
children 0be65bc65cee
comparison
equal deleted inserted replaced
2451:c1292aab6aa9 2452:0235cdb62c98
1 package de.intevation.flys.client.client.ui; 1 package de.intevation.flys.client.client.ui;
2 2
3 import com.smartgwt.client.widgets.layout.HLayout; 3 import com.smartgwt.client.widgets.layout.HLayout;
4 import com.smartgwt.client.widgets.events.CloseClickHandler; 4 import com.smartgwt.client.widgets.events.CloseClickHandler;
5 import com.smartgwt.client.widgets.events.CloseClickEvent; 5 import com.smartgwt.client.widgets.events.CloseClickEvent;
6 import com.smartgwt.client.types.Overflow;
6 7
7 import de.intevation.flys.client.shared.model.Artifact; 8 import de.intevation.flys.client.shared.model.Artifact;
8 import de.intevation.flys.client.shared.model.User; 9 import de.intevation.flys.client.shared.model.User;
9 10
10 import de.intevation.flys.client.client.event.RedrawRequestHandler; 11 import de.intevation.flys.client.client.event.RedrawRequestHandler;
15 protected OutputTab outputTab; 16 protected OutputTab outputTab;
16 17
17 18
18 public Toolbar(OutputTab outputTab) { 19 public Toolbar(OutputTab outputTab) {
19 super(); 20 super();
21 setOverflow(Overflow.AUTO);
20 22
21 this.outputTab = outputTab; 23 this.outputTab = outputTab;
22 } 24 }
23 25
24 26

http://dive4elements.wald.intevation.org