Increase padding between RoomDelegates

This commit is contained in:
miruka 2019-08-16 13:10:40 -04:00
parent 7d4da8952f
commit f9ef75714d

View File

@ -19,7 +19,7 @@ HInteractiveRectangle {
x: sidePane.currentSpacing x: sidePane.currentSpacing
width: parent.width - sidePane.currentSpacing * 1.5 width: parent.width - sidePane.currentSpacing * 1.5
height: roomName.height + subtitle.height + height: roomName.height + subtitle.height +
sidePane.currentSpacing / 1.5 sidePane.currentSpacing
spacing: sidePane.currentSpacing spacing: sidePane.currentSpacing
HRoomAvatar { HRoomAvatar {