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:
committed by
GitHub
parent
cd18fd5aed
commit
13a188635d
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user