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
@@ -38,7 +38,7 @@ Item {
Layout.preferredHeight: 42 * 6 + Appearance.padding.normal * 2 + Appearance.spacing.small * 5
Layout.preferredWidth: 500
color: DynamicColors.tPalette.m3surfaceContainer
radius: 21 + Appearance.padding.normal
radius: (21 + Appearance.padding.normal) * Appearance.rounding.scale
CustomRect {
id: searchBox