Skip to content
Snippets Groups Projects
Commit b18adc82 authored by buczekp's avatar buczekp
Browse files

[LMS-1075] increased tree width a bit (workaround removed the split)

SVN: 13972
parent a2deb7cc
No related branches found
No related tags found
No related merge requests found
......@@ -390,7 +390,7 @@ public abstract class AbstractBrowserGrid<T/* Entity */, M extends BaseEntityMod
final LayoutContainer subContainer = new LayoutContainer();
subContainer.setLayout(new RowLayout(Orientation.HORIZONTAL));
subContainer.add(tree, new RowData(200, 1));
subContainer.add(tree, new RowData(250, 1));
subContainer.add(this, new RowData(1, 1));
container.add(subContainer, new RowData(1, 1));
......
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