1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-28 07:22:50 -05:00

hug toasts tighter to the top

This commit is contained in:
bbedward
2025-08-17 12:33:05 -04:00
parent 24b44186bd
commit 358665e5a1
2 changed files with 7 additions and 1 deletions

View File

@@ -42,7 +42,7 @@ PanelWindow {
width: ToastService.hasDetails ? 380 : messageText.implicitWidth + Theme.iconSize + Theme.spacingM * 3 + Theme.spacingL * 2
height: toastContent.height + Theme.spacingL * 2
anchors.horizontalCenter: parent.horizontalCenter
y: Theme.barHeight + Theme.spacingL
y: Theme.barHeight + 2
color: {
switch (ToastService.currentLevel) {
case ToastService.levelError: