mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Change text aesthetic
This commit is contained in:
parent
f3c37886b4
commit
aaeb29a146
@ -115,8 +115,8 @@ Item
|
||||
{
|
||||
// text: (lastMessageData.recv_time)? Date.fromLocaleDateString(locale, lastMessageData.recv_time, "ddd yyyy-MM-dd hh:mm:ss"): "sad"
|
||||
text: setTime()
|
||||
font.italic: true
|
||||
anchors.right: parent.right
|
||||
color: "darkslategrey"
|
||||
|
||||
}
|
||||
|
||||
@ -135,23 +135,18 @@ Item
|
||||
{
|
||||
id: lastMessageSender
|
||||
font.italic: true
|
||||
color: "dodgerblue"
|
||||
color: "royalblue"
|
||||
text: (!lastMessageData.incoming && lastMessageData.msg)? "You: " : ""
|
||||
// width: 50
|
||||
|
||||
// maximumLineCount: 1
|
||||
// elide:Text.ElideRight
|
||||
// wrapMode: Text.WordWrap
|
||||
}
|
||||
|
||||
Text
|
||||
{
|
||||
id: lastMessageMsg
|
||||
anchors.left: lastMessageSender.right
|
||||
text: (lastMessageData.msg) ? lastMessageData.msg : ""
|
||||
font.italic: true
|
||||
rightPadding: 5
|
||||
elide: Text.ElideRight
|
||||
|
||||
color: "darkslategrey"
|
||||
width: chatInfoRow.width - 30
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user