mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
Settings-Wallpaper: fixed overflowing when enabling per monitor directory.
This commit is contained in:
@@ -56,17 +56,16 @@ ColumnLayout {
|
||||
visible: Settings.data.wallpaper.enableMultiMonitorDirectories
|
||||
|
||||
Layout.fillWidth: true
|
||||
Layout.minimumWidth: 550
|
||||
radius: Style.radiusM
|
||||
color: Color.mSurfaceVariant
|
||||
border.color: Color.mOutline
|
||||
border.width: Math.max(1, Style.borderS)
|
||||
implicitHeight: contentCol.implicitHeight + Style.marginXL * 2
|
||||
implicitHeight: contentCol.implicitHeight + Style.marginL * 2
|
||||
|
||||
ColumnLayout {
|
||||
id: contentCol
|
||||
anchors.fill: parent
|
||||
anchors.margins: Style.marginXL
|
||||
anchors.margins: Style.marginL
|
||||
spacing: Style.marginM
|
||||
Repeater {
|
||||
model: Quickshell.screens || []
|
||||
|
||||
Reference in New Issue
Block a user