Skip to content
Snippets Groups Projects
Commit 75eb6188 authored by izabel's avatar izabel
Browse files

[SE-194] add horizontal scrollbar

SVN: 14432
parent 06cd2ea8
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,7 @@ package ch.systemsx.cisd.openbis.plugin.screening.client.web.client.application.
import java.util.ArrayList;
import java.util.List;
import com.extjs.gxt.ui.client.Style.Scroll;
import com.extjs.gxt.ui.client.event.SelectionChangedEvent;
import com.extjs.gxt.ui.client.event.SelectionChangedListener;
import com.extjs.gxt.ui.client.util.Margins;
......@@ -77,6 +78,7 @@ class ChannelChooser
container.add(GuiUtils.withLabel(channelChooser, "Channel:"), channelLayoutData);
}
container.add(viewerFactory.create(initialChannel));
container.setScrollMode(Scroll.AUTO);
return container;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment