diff --git a/src/qml/presenter/MainWindow.qml b/src/qml/presenter/MainWindow.qml index 392a577..f64edf3 100644 --- a/src/qml/presenter/MainWindow.qml +++ b/src/qml/presenter/MainWindow.qml @@ -69,7 +69,7 @@ Controls.Page { Controls.SplitView { id: splitMainView anchors.fill: parent - handle: Item{ + handle: Item { implicitWidth: Kirigami.Units.gridUnit / 2 Rectangle { height: parent.height @@ -77,6 +77,14 @@ Controls.Page { width: parent.width / 4 color: parent.Controls.SplitHandle.hovered ? Kirigami.Theme.hoverColor : "#00000000" } + + MouseArea { + anchors.fill: parent + enabled: false + hoverEnabled: true + cursorShape: Qt.SizeHorCursor + propagateComposedEvents: true + } } Presenter.ServiceList {