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

small fix: correct width for per-monitor dropdown (#454)

This commit is contained in:
Massimo Branchini
2025-10-16 14:19:30 +02:00
committed by GitHub
parent cd18fd5aed
commit 13a188635d

View File

@@ -524,7 +524,7 @@ Item {
} }
Column { Column {
width: parent.width width: parent.width - (Theme.iconSize + Theme.spacingM)
spacing: Theme.spacingS spacing: Theme.spacingS
visible: SessionData.perMonitorWallpaper visible: SessionData.perMonitorWallpaper
leftPadding: Theme.iconSize + Theme.spacingM leftPadding: Theme.iconSize + Theme.spacingM