Fix buttons vanishing on the kde themes in the settings page
This commit is contained in:
parent
c07791b0c7
commit
7ec56d8df5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user