Fix previous commit

pull/356/head
trilene 4 years ago committed by Nicolas Werner
parent 1c4a86e502
commit 4123e6aff1
  1. 4
      resources/qml/voip/CallInviteBar.qml
  2. 2
      resources/qml/voip/PlaceCall.qml

@ -42,7 +42,7 @@ Rectangle {
Layout.leftMargin: 8
font.pointSize: fontMetrics.font.pointSize * 1.1
text: CallManager.callParty
color: windowText
color: colors.windowText
}
Image {
@ -55,7 +55,7 @@ Rectangle {
Label {
font.pointSize: fontMetrics.font.pointSize * 1.1
text: CallManager.isVideo ? qsTr("Video Call") : qsTr("Voice Call")
color: windowText
color: colors.windowText
}
Item {

@ -31,7 +31,7 @@ ApplicationWindow {
Label {
font.pointSize: fontMetrics.font.pointSize * 1.1
text: qsTr("Place a call to ") + TimelineManager.timeline.roomName + "?"
color: windowText
color: colors.windowText
}
Item {

Loading…
Cancel
Save