waffle: start menu: fix unconsistency that's fixed in the real thing

no way i intentionally make it weird so it matches and then they make it not weird lol
This commit is contained in:
end-4
2025-12-15 09:18:28 +01:00
parent 36ff18bfe3
commit 409fc94d6e
@@ -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