Fix RoomHeader title width calculation

This commit is contained in:
miruka
2019-05-16 15:50:14 -04:00
parent 1c24edb166
commit 7f3ced682f
2 changed files with 3 additions and 3 deletions

View File

@@ -36,7 +36,7 @@ HRectangle {
Layout.maximumWidth: Math.max(
0,
row.width - Layout.leftMargin * 2 - avatar.width -
row.width - row.totalSpacing - avatar.width -
viewButtons.width -
(expandButton.visible ? expandButton.width : 0)
)