Fix collapsed sidepane spacing for the nth time

This commit is contained in:
miruka 2019-08-20 13:12:40 -04:00
parent c865de6dc7
commit e127b96158

View File

@ -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