Skip to content
Snippets Groups Projects
Unverified Commit 9ee7c083 authored by Sébastien Blin's avatar Sébastien Blin
Browse files

videosettings: fix label's color

Change-Id: I2b0d245be5bdffc7262374187a03e2389d715113
GitLab: #608
parent 9f6f6e55
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment