Fix buttons vanishing on the kde themes in the settings page

This commit is contained in:
Nicolas Werner 2024-03-06 21:04:32 +01:00
parent c07791b0c7
commit 7ec56d8df5
No known key found for this signature in database
GPG key ID: C8D75E610773F2D9

View file

@ -43,7 +43,7 @@ Rectangle {
model: UserSettingsModel
delegate: GridLayout {
width: scroll.availableWidth
Layout.preferredWidth: scroll.availableWidth
columns: collapsed? 1 : 2
rows: collapsed? 2: 1
required property var model