diff --git a/src/qml/SidePane/DelegateRoom.qml b/src/qml/SidePane/DelegateRoom.qml index 7c966f9d..a45ef2fd 100644 --- a/src/qml/SidePane/DelegateRoom.qml +++ b/src/qml/SidePane/DelegateRoom.qml @@ -57,10 +57,13 @@ HInteractiveRectangle { HRowLayout { id: rowLayout + property var pr: sidePane.currentSpacing + onPrChanged: print("pr changed:", pr, spacing, x) + spacing: sidePane.currentSpacing - x: spacing - width: parent.width - spacing * 1.75 - height: roomName.height + subtitle.height + spacing + x: sidePane.currentSpacing + width: parent.width - sidePane.currentSpacing * 1.75 + height: roomName.height + subtitle.height + sidePane.currentSpacing HRoomAvatar { id: roomAvatar