Skip to content
Snippets Groups Projects
Commit ffdb3cb2 authored by kaloyane's avatar kaloyane
Browse files

[LMS-2531] allow horizontal scrollbars in the well content dialog

SVN: 23148
parent e1f2746e
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,7 @@ package ch.systemsx.cisd.openbis.plugin.screening.client.web.client.application.
import java.util.List;
import com.extjs.gxt.ui.client.Style.Scroll;
import com.extjs.gxt.ui.client.event.ButtonEvent;
import com.extjs.gxt.ui.client.event.SelectionListener;
import com.extjs.gxt.ui.client.util.Margins;
......@@ -266,6 +267,7 @@ public class LogicalImageViewer
{
final LayoutContainer container = new LayoutContainer();
container.setLayout(new RowLayout());
container.setScrollMode(Scroll.AUTOX);
RowData layoutData = new RowData();
layoutData.setMargins(new Margins(3, 0, 0, 0));
......
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