forked from Shinonome/dots-hyprland
scrollbar: add to stuff, adjust draggable spacing
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import QtQuick
|
||||
import QtQuick.Controls
|
||||
import qs.modules.common
|
||||
|
||||
Flickable {
|
||||
@@ -12,6 +13,8 @@ Flickable {
|
||||
// Accumulated scroll destination so wheel deltas stack while animating
|
||||
property real scrollTargetY: 0
|
||||
|
||||
ScrollBar.vertical: StyledScrollBar {}
|
||||
|
||||
MouseArea {
|
||||
visible: Config?.options.interactions.scrolling.fasterTouchpadScroll
|
||||
anchors.fill: parent
|
||||
|
||||
Reference in New Issue
Block a user