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: (lastMessageData.recv_time)? Date.fromLocaleDateString(locale, lastMessageData.recv_time, "ddd yyyy-MM-dd hh:mm:ss"): "sad"
|
||||||
text: setTime()
|
text: setTime()
|
||||||
font.italic: true
|
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
|
color: "darkslategrey"
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -135,23 +135,18 @@ Item
|
|||||||
{
|
{
|
||||||
id: lastMessageSender
|
id: lastMessageSender
|
||||||
font.italic: true
|
font.italic: true
|
||||||
color: "dodgerblue"
|
color: "royalblue"
|
||||||
text: (!lastMessageData.incoming && lastMessageData.msg)? "You: " : ""
|
text: (!lastMessageData.incoming && lastMessageData.msg)? "You: " : ""
|
||||||
// width: 50
|
|
||||||
|
|
||||||
// maximumLineCount: 1
|
|
||||||
// elide:Text.ElideRight
|
|
||||||
// wrapMode: Text.WordWrap
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Text
|
Text
|
||||||
{
|
{
|
||||||
id: lastMessageMsg
|
id: lastMessageMsg
|
||||||
anchors.left: lastMessageSender.right
|
anchors.left: lastMessageSender.right
|
||||||
text: (lastMessageData.msg) ? lastMessageData.msg : ""
|
text: (lastMessageData.msg) ? lastMessageData.msg : ""
|
||||||
font.italic: true
|
|
||||||
rightPadding: 5
|
rightPadding: 5
|
||||||
elide: Text.ElideRight
|
elide: Text.ElideRight
|
||||||
|
color: "darkslategrey"
|
||||||
width: chatInfoRow.width - 30
|
width: chatInfoRow.width - 30
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user