Toast: shadows

This commit is contained in:
ItsLemmy
2025-11-07 08:16:33 -05:00
parent d5e9d7a200
commit 1b6bf805bb
2 changed files with 35 additions and 20 deletions
+2 -2
View File
@@ -193,8 +193,8 @@ Item {
return base
}
implicitWidth: 420
implicitHeight: toastItem.height
implicitWidth: Math.round(toastItem.width + Style.marginL * 2)
implicitHeight: Math.round(toastItem.height + Style.marginL * 2)
color: Color.transparent