1
0

qml: increase width of elevator in History

This commit is contained in:
Sander van Grieken
2023-01-17 16:43:06 +01:00
parent ff8a049525
commit 1fd9d9d5bd
2 changed files with 3 additions and 1 deletions

View File

@@ -101,7 +101,7 @@ Pane {
right: listview.right
bottom: listview.bottom
}
width: constants.paddingXXLarge
width: constants.fingerWidth
drag.target: dragb
onPressedChanged: if (pressed) {
dragb.y = mouseY + listview.y - dragb.height/2