1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2025-09-10 12:03:18 +02:00

videosettings: fix label's color

Change-Id: I2b0d245be5bdffc7262374187a03e2389d715113
GitLab: #608
This commit is contained in:
Sébastien Blin 2021-12-13 12:00:59 -05:00
parent 9f6f6e55ec
commit 9ee7c08362
No known key found for this signature in database
GPG key ID: C894BB01EEB2A9A9
2 changed files with 6 additions and 2 deletions

View file

@ -271,9 +271,12 @@ Rectangle {
visible: (isVideo && !previewAvailable)
text: qsTr("Preview unavailable")
font.pointSize: 10
text: JamiStrings.previewUnavailable
font.pointSize: JamiTheme.settingsFontSize
font.kerning: true
color: JamiTheme.primaryForegroundColor
horizontalAlignment: Text.AlignHCenter
verticalAlignment: Text.AlignVCenter
}
Timer {

View file

@ -243,6 +243,7 @@ ColumnLayout {
text: JamiStrings.previewUnavailable
font.pointSize: JamiTheme.settingsFontSize
font.kerning: true
color: JamiTheme.primaryForegroundColor
horizontalAlignment: Text.AlignHCenter
verticalAlignment: Text.AlignVCenter