Fix pinned message height
This commit is contained in:
parent
ffa222677a
commit
88c1234fec
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ AbstractButton {
|
|||
|
||||
clip: r.limitHeight
|
||||
|
||||
height: Math.min( timelineEvent.main?.height, timelineView.height / 10) + Nheko.paddingSmall + usernameBtn.height
|
||||
height: r.limitHeight ? Math.min( timelineEvent.main?.height, timelineView.height / 10) + Nheko.paddingSmall + usernameBtn.height : undefined
|
||||
|
||||
Rectangle {
|
||||
id: colorline
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue