1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-25 14:02:53 -05:00

workaround for all the terrible default QT scrolling behavior

- DankGridView, DankFlickable, DankListView\
- Touchpad behavior greatly improved by preserving momentum
- Fixed janky nested scrollers in control center
This commit is contained in:
bbedward
2025-08-07 15:22:40 -04:00
parent 02ab8e2db5
commit 98d2ca24a8
25 changed files with 973 additions and 788 deletions

View File

@@ -429,7 +429,7 @@ DankModal {
border.width: 1
clip: true
ListView {
DankListView {
id: clipboardListView
anchors.fill: parent

View File

@@ -283,8 +283,9 @@ DankModal {
border.color: Theme.outlineLight
border.width: 1
GoodScrollingListView {
DankListView {
id: resultsList
mouseWheelSpeed: 20
property int itemHeight: 60
property int iconSize: 40
@@ -448,7 +449,7 @@ DankModal {
}
}
GoodScrollingGridView {
DankGridView {
id: resultsGrid
property int currentIndex: appLauncher.selectedIndex