mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2025-12-05 21:15:38 -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 {
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user