Skip to content

Commit

Permalink
fix: wallpaper clients not show picture
Browse files Browse the repository at this point in the history
Log:
  • Loading branch information
Groveer authored and justforlxz committed Jun 26, 2024
1 parent 78d189e commit bd681bd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/treeland-wallpaper/Wallpaper.qml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ ColumnLayout {
}

Flickable {
width: parent.width
height: parent.height - setting.height
Layout.fillHeight: true
Layout.fillWidth: true

clip: true

contentWidth: width
Expand Down

0 comments on commit bd681bd

Please sign in to comment.