mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-01 20:52:05 -04:00
Solve undefined parent width when a new bubble is created
This commit is contained in:
parent
6f81662428
commit
55b0790285
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ Item
|
|||
|
||||
id: chatBubbleDelegate
|
||||
height: bubble.height
|
||||
width: parent.width
|
||||
width: mainWindow.width - (styles.aditionalBubbleWidth - 10)
|
||||
|
||||
property var styles: StyleChat.bubble
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue