mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-30 17:59:02 -04:00
Change unread text max width
This commit is contained in:
parent
8b0b366f69
commit
912d26c47c
1 changed files with 3 additions and 0 deletions
|
@ -131,12 +131,14 @@ Item
|
|||
height: parent.height /2
|
||||
|
||||
|
||||
|
||||
Text
|
||||
{
|
||||
id: lastMessageSender
|
||||
font.italic: true
|
||||
color: "royalblue"
|
||||
text: (!lastMessageData.incoming && lastMessageData.msg)? "You: " : ""
|
||||
height: parent.height
|
||||
}
|
||||
|
||||
Text
|
||||
|
@ -148,6 +150,7 @@ Item
|
|||
elide: Text.ElideRight
|
||||
color: "darkslategrey"
|
||||
width: chatInfoRow.width - 30
|
||||
height: parent.height
|
||||
}
|
||||
|
||||
Rectangle
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue