forked from Shinonome/dots-hyprland
waffles: taskview: show windows
This commit is contained in:
@@ -177,7 +177,7 @@ Singleton {
|
||||
|
||||
property Component color: Component {
|
||||
ColorAnimation {
|
||||
duration: 70
|
||||
duration: 80
|
||||
easing.type: Easing.BezierSpline
|
||||
easing.bezierCurve: transition.easing.bezierCurve.easeIn
|
||||
}
|
||||
|
||||
@@ -6,5 +6,7 @@ import QtQuick.Controls
|
||||
ListView {
|
||||
id: root
|
||||
|
||||
boundsBehavior: Flickable.DragOverBounds
|
||||
|
||||
ScrollBar.vertical: WScrollBar {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user