hefty: bar: ws: nicer ws icon anim on populate

This commit is contained in:
end-4
2026-02-11 20:41:33 +01:00
parent 6fd2bd51ad
commit 7ba30cee4a
@@ -208,7 +208,7 @@ Item {
AppIcon {
id: appIcon
property real cornerMargin: (!root.superPressAndHeld && Config.options?.bar.workspaces.showAppIcons) ?
property real cornerMargin: (!root.superPressAndHeld && Config.options?.bar.workspaces.showAppIcons && wsApp.biggestWindow) ?
(root.workspaceButtonWidth - root.workspaceIconSize) / 2 : root.workspaceIconMarginShrinked
anchors {
bottom: parent.bottom