From f9ef75714d69d4f613f2608df230de9fdf8b1e17 Mon Sep 17 00:00:00 2001 From: miruka Date: Fri, 16 Aug 2019 13:10:40 -0400 Subject: [PATCH] Increase padding between RoomDelegates --- src/qml/SidePane/RoomDelegate.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qml/SidePane/RoomDelegate.qml b/src/qml/SidePane/RoomDelegate.qml index 3f9deade..07b3c812 100644 --- a/src/qml/SidePane/RoomDelegate.qml +++ b/src/qml/SidePane/RoomDelegate.qml @@ -19,7 +19,7 @@ HInteractiveRectangle { x: sidePane.currentSpacing width: parent.width - sidePane.currentSpacing * 1.5 height: roomName.height + subtitle.height + - sidePane.currentSpacing / 1.5 + sidePane.currentSpacing spacing: sidePane.currentSpacing HRoomAvatar {