mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Change unread text max width
This commit is contained in:
parent
8b0b366f69
commit
912d26c47c
@ -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…
Reference in New Issue
Block a user