Skip to content
This repository was archived by the owner on Dec 31, 2020. It is now read-only.

Commit 2cb4f6c

Browse files
committed
Minor fix to split test (define it to have only 1 column)
1 parent 577ed68 commit 2cb4f6c

File tree

1 file changed

+1
-1
lines changed
  • gridstack-demo/src/main/java/org/vaadin/alump/gridstack/demo

1 file changed

+1
-1
lines changed

gridstack-demo/src/main/java/org/vaadin/alump/gridstack/demo/SplitView.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ private Component createLeftSide() {
4646
}
4747

4848
private Component createRightSide() {
49-
gridStack = new GridStackLayout().setCellHeight(50).setAnimate(true);
49+
gridStack = new GridStackLayout(1).setCellHeight(50).setAnimate(true);
5050
gridStack.setSizeFull();
5151

5252
for(int i = 0; i < 30; ++i) {

0 commit comments

Comments
 (0)