Fix collapsed sidepane spacing for the nth time
This commit is contained in:
parent
c865de6dc7
commit
e127b96158
|
@ -57,10 +57,13 @@ HInteractiveRectangle {
|
||||||
|
|
||||||
HRowLayout {
|
HRowLayout {
|
||||||
id: rowLayout
|
id: rowLayout
|
||||||
|
property var pr: sidePane.currentSpacing
|
||||||
|
onPrChanged: print("pr changed:", pr, spacing, x)
|
||||||
|
|
||||||
spacing: sidePane.currentSpacing
|
spacing: sidePane.currentSpacing
|
||||||
x: spacing
|
x: sidePane.currentSpacing
|
||||||
width: parent.width - spacing * 1.75
|
width: parent.width - sidePane.currentSpacing * 1.75
|
||||||
height: roomName.height + subtitle.height + spacing
|
height: roomName.height + subtitle.height + sidePane.currentSpacing
|
||||||
|
|
||||||
HRoomAvatar {
|
HRoomAvatar {
|
||||||
id: roomAvatar
|
id: roomAvatar
|
||||||
|
|
Loading…
Reference in New Issue
Block a user