rounding scale applies to more rounded elements, slight rounding changes to tray menu items

This commit is contained in:
2026-05-17 00:52:53 +02:00
parent 51a8f1d5e1
commit 63f4694322
7 changed files with 13 additions and 12 deletions
+1 -1
View File
@@ -242,7 +242,7 @@ Variants {
implicitHeight: panels.popouts.height * (1 + extraHeight)
implicitWidth: panels.popouts.width
panel: panels.popouts
radius: (panels.popouts.currentName.startsWith("audio") || panels.popouts.currentName.startsWith("updates")) ? Appearance.rounding.normal : Appearance.rounding.smallest
radius: (panels.popouts.currentName.startsWith("audio") || panels.popouts.currentName.startsWith("updates")) ? Appearance.rounding.normal : 20 * Appearance.rounding.scale
x: panels.popoutsWrapper.x + panels.popouts.x + Config.barConfig.border
y: panels.popoutsWrapper.y + panels.popouts.y + bar.implicitHeight - panels.popouts.height * extraHeight