forked from Shinonome/dots-hyprland
Merge branch 'end-4:main' into main
This commit is contained in:
@@ -86,7 +86,7 @@ WBarAttachedPanelContent {
|
|||||||
id: searchBar
|
id: searchBar
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
implicitWidth: 832 // TODO: Make sizes naturally inferred
|
implicitWidth: 832 // TODO: Make sizes naturally inferred
|
||||||
horizontalPadding: root.searching ? 24 : 32
|
horizontalPadding: 32
|
||||||
// verticalPadding: root.searching ? 32 : 16 // TODO: make this not nuke the panel
|
// verticalPadding: root.searching ? 32 : 16 // TODO: make this not nuke the panel
|
||||||
Synchronizer on searching {
|
Synchronizer on searching {
|
||||||
property alias target: root.searching
|
property alias target: root.searching
|
||||||
|
|||||||
@@ -44,7 +44,7 @@ Rectangle {
|
|||||||
target: root
|
target: root
|
||||||
property: "openProgress"
|
property: "openProgress"
|
||||||
to: 0
|
to: 0
|
||||||
duration: 200
|
duration: 250
|
||||||
easing.type: Easing.BezierSpline
|
easing.type: Easing.BezierSpline
|
||||||
easing.bezierCurve: Looks.transition.easing.bezierCurve.easeIn
|
easing.bezierCurve: Looks.transition.easing.bezierCurve.easeIn
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user