diff --git a/src/qml/presenter/MainWindow.qml b/src/qml/presenter/MainWindow.qml index 82a09bd..6f48999 100644 --- a/src/qml/presenter/MainWindow.qml +++ b/src/qml/presenter/MainWindow.qml @@ -65,7 +65,7 @@ Controls.Page { id: splitMainView anchors.fill: parent handle: Item{ - implicitWidth: Kirigami.Units.gridUnit + implicitWidth: Kirigami.Units.gridUnit / 2 Rectangle { height: parent.height anchors.horizontalCenter: parent.horizontalCenter