mirror of
https://github.com/status-im/status-desktop.git
synced 2025-03-01 06:51:08 +00:00
parent
36bea83eee
commit
36a56a8af3
@ -42,12 +42,13 @@ Column {
|
|||||||
StyledText {
|
StyledText {
|
||||||
id: channelName
|
id: channelName
|
||||||
objectName: "channelIdentifierNameText"
|
objectName: "channelIdentifierNameText"
|
||||||
|
width: parent.width
|
||||||
wrapMode: Text.Wrap
|
wrapMode: Text.Wrap
|
||||||
text: root.chatName
|
text: root.chatName
|
||||||
font.weight: Font.Bold
|
font.weight: Font.Bold
|
||||||
font.pixelSize: 22
|
font.pixelSize: 22
|
||||||
color: Style.current.textColor
|
color: Style.current.textColor
|
||||||
anchors.horizontalCenter: parent.horizontalCenter
|
horizontalAlignment: Text.AlignHCenter
|
||||||
}
|
}
|
||||||
|
|
||||||
StatusBaseText {
|
StatusBaseText {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user