forked from Shinonome/dots-hyprland
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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user