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:
parent
9f6f6e55ec
commit
9ee7c08362
2 changed files with 6 additions and 2 deletions
|
@ -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 {
|
||||
|
|
|
@ -243,6 +243,7 @@ ColumnLayout {
|
|||
text: JamiStrings.previewUnavailable
|
||||
font.pointSize: JamiTheme.settingsFontSize
|
||||
font.kerning: true
|
||||
color: JamiTheme.primaryForegroundColor
|
||||
|
||||
horizontalAlignment: Text.AlignHCenter
|
||||
verticalAlignment: Text.AlignVCenter
|
||||
|
|
Loading…
Add table
Reference in a new issue