Merge branch 'end-4:main' into main

This commit is contained in:
jwihardi
2025-12-15 19:16:16 -05:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
@@ -86,7 +86,7 @@ WBarAttachedPanelContent {
id: searchBar
Layout.fillWidth: true
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
Synchronizer on searching {
property alias target: root.searching
@@ -44,7 +44,7 @@ Rectangle {
target: root
property: "openProgress"
to: 0
duration: 200
duration: 250
easing.type: Easing.BezierSpline
easing.bezierCurve: Looks.transition.easing.bezierCurve.easeIn
}