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
|
||||||
@@ -645,7 +645,7 @@ Item {
|
|||||||
Item {
|
Item {
|
||||||
width: 200
|
width: 200
|
||||||
height: 45 + Theme.spacingM
|
height: 45 + Theme.spacingM
|
||||||
|
|
||||||
DankTabBar {
|
DankTabBar {
|
||||||
id: modeTabBar
|
id: modeTabBar
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user