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
|
height: parent.height /2
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Text
|
Text
|
||||||
{
|
{
|
||||||
id: lastMessageSender
|
id: lastMessageSender
|
||||||
font.italic: true
|
font.italic: true
|
||||||
color: "royalblue"
|
color: "royalblue"
|
||||||
text: (!lastMessageData.incoming && lastMessageData.msg)? "You: " : ""
|
text: (!lastMessageData.incoming && lastMessageData.msg)? "You: " : ""
|
||||||
|
height: parent.height
|
||||||
}
|
}
|
||||||
|
|
||||||
Text
|
Text
|
||||||
@ -148,6 +150,7 @@ Item
|
|||||||
elide: Text.ElideRight
|
elide: Text.ElideRight
|
||||||
color: "darkslategrey"
|
color: "darkslategrey"
|
||||||
width: chatInfoRow.width - 30
|
width: chatInfoRow.width - 30
|
||||||
|
height: parent.height
|
||||||
}
|
}
|
||||||
|
|
||||||
Rectangle
|
Rectangle
|
||||||
|
Loading…
Reference in New Issue
Block a user