From 009c759ed33c15fd6c7c971f934c41708d66c5c4 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Sun, 5 Mar 2023 21:39:58 -0600 Subject: [PATCH] smaller SplitHandle --- src/qml/presenter/MainWindow.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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