mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-21 18:50:47 +03:00
Fix buttons vanishing on the kde themes in the settings page
This commit is contained in:
parent
c07791b0c7
commit
7ec56d8df5
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue