Fix chat list item padding
This commit is contained in:
@@ -110,6 +110,8 @@ Kirigami.ScrollablePage {
|
|||||||
delegate: Kirigami.BasicListItem {
|
delegate: Kirigami.BasicListItem {
|
||||||
id: roomListItem
|
id: roomListItem
|
||||||
visible: model.categoryVisible || sortFilterRoomListModel.filterText.length > 0 || Config.mergeRoomList
|
visible: model.categoryVisible || sortFilterRoomListModel.filterText.length > 0 || Config.mergeRoomList
|
||||||
|
topPadding: Kirigami.Units.largeSpacing
|
||||||
|
bottomPadding: Kirigami.Units.largeSpacing
|
||||||
highlighted: listView.currentIndex === index
|
highlighted: listView.currentIndex === index
|
||||||
focus: true
|
focus: true
|
||||||
icon: undefined
|
icon: undefined
|
||||||
|
|||||||
Reference in New Issue
Block a user