mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-15 00:55:22 +00:00
fix: fix name and chat text in middle bar to have an ellipsis
This commit is contained in:
parent
33011385af
commit
3916fb739b
@ -157,7 +157,10 @@ SplitView {
|
|||||||
|
|
||||||
Text {
|
Text {
|
||||||
id: contactInfo
|
id: contactInfo
|
||||||
text: "Name:" + name
|
text: name
|
||||||
|
anchors.right: contactTime.left
|
||||||
|
anchors.rightMargin: Theme.smallPadding
|
||||||
|
elide: Text.ElideRight
|
||||||
font.weight: Font.Medium
|
font.weight: Font.Medium
|
||||||
font.pixelSize: 15
|
font.pixelSize: 15
|
||||||
anchors.left: contactImage.right
|
anchors.left: contactImage.right
|
||||||
@ -169,6 +172,9 @@ SplitView {
|
|||||||
Text {
|
Text {
|
||||||
id: lastChatMessage
|
id: lastChatMessage
|
||||||
text: "Chatting blah blah..."
|
text: "Chatting blah blah..."
|
||||||
|
anchors.right: contactNumberChatsCircle.left
|
||||||
|
anchors.rightMargin: Theme.smallPadding
|
||||||
|
elide: Text.ElideRight
|
||||||
anchors.bottom: parent.bottom
|
anchors.bottom: parent.bottom
|
||||||
anchors.bottomMargin: Theme.smallPadding
|
anchors.bottomMargin: Theme.smallPadding
|
||||||
font.pixelSize: 15
|
font.pixelSize: 15
|
||||||
|
Loading…
x
Reference in New Issue
Block a user