1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-06-07 19:59:14 -04: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
+2 -2
View File
@@ -524,7 +524,7 @@ Item {
}
Column {
width: parent.width
width: parent.width - (Theme.iconSize + Theme.spacingM)
spacing: Theme.spacingS
visible: SessionData.perMonitorWallpaper
leftPadding: Theme.iconSize + Theme.spacingM
@@ -645,7 +645,7 @@ Item {
Item {
width: 200
height: 45 + Theme.spacingM
DankTabBar {
id: modeTabBar