mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-03 14:45:12 -04:00
Change recv time position to the top of the bubble
This commit is contained in:
parent
92bcd4cbfd
commit
81a8677226
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ Item {
|
|||
anchors.left: (!model.incoming)? parent.left : undefined
|
||||
anchors.right:(model.incoming)? parent.right : undefined
|
||||
|
||||
anchors.bottom: bubble.bottom
|
||||
anchors.top: bubble.top
|
||||
anchors.leftMargin: styles.lMarginBubble
|
||||
anchors.rightMargin: styles.rMarginBubble
|
||||
anchors.topMargin: styles.tMarginBubble
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue