smaller SplitHandle

This commit is contained in:
Chris Cochrun 2023-03-05 21:39:58 -06:00
parent 1559c72618
commit 009c759ed3

View file

@ -65,7 +65,7 @@ Controls.Page {
id: splitMainView id: splitMainView
anchors.fill: parent anchors.fill: parent
handle: Item{ handle: Item{
implicitWidth: Kirigami.Units.gridUnit implicitWidth: Kirigami.Units.gridUnit / 2
Rectangle { Rectangle {
height: parent.height height: parent.height
anchors.horizontalCenter: parent.horizontalCenter anchors.horizontalCenter: parent.horizontalCenter