mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Solve undefined parent width when a new bubble is created
This commit is contained in:
parent
6f81662428
commit
55b0790285
@ -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…
Reference in New Issue
Block a user