mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
Toast: shadows
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user