We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6367523 commit 31eae84Copy full SHA for 31eae84
1 file changed
src/main/java/com/flowingcode/vaadin/addons/demo/TabbedDemo.java
@@ -312,6 +312,7 @@ public void setOrientation(Orientation orientation) {
312
splitOrientation = orientation;
313
if (currentLayout != null) {
314
currentLayout.setOrientation(orientation);
315
+ currentLayout.setSplitterPosition(50);
316
}
317
orientationCB.setValue(Orientation.HORIZONTAL.equals(orientation));
318
0 commit comments