Fix a few label colors
This commit is contained in:
parent
b9ffcffe2d
commit
02406bf999
2 changed files with 2 additions and 0 deletions
|
|
@ -47,6 +47,7 @@ Item {
|
|||
anchors.centerIn: parent
|
||||
font.pointSize: 24
|
||||
text: qsTr("No room open")
|
||||
color: palette.text
|
||||
visible: !room && !TimelineManager.isInitialSync && (!roomPreview || !roomPreview.roomid)
|
||||
}
|
||||
Spinner {
|
||||
|
|
|
|||
|
|
@ -47,6 +47,7 @@ Control {
|
|||
text: qsTr("Encryption keeps your messages safe by only allowing the people you sent the message to to read it. For extra security, if you want to make sure you are talking to the right people, you can verify them in real life.")
|
||||
textFormat: Text.PlainText
|
||||
wrapMode: Label.WordWrap
|
||||
color: palette.text
|
||||
Layout.fillWidth: true
|
||||
Layout.maximumWidth: implicitWidth + 1
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue