mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-15 13:29:58 -05:00
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