summary refs log tree commit diff
path: root/resources/qml/voip/ActiveCallBar.qml
diff options
context:
space:
mode:
Diffstat (limited to 'resources/qml/voip/ActiveCallBar.qml')
-rw-r--r--resources/qml/voip/ActiveCallBar.qml4
1 files changed, 3 insertions, 1 deletions
diff --git a/resources/qml/voip/ActiveCallBar.qml b/resources/qml/voip/ActiveCallBar.qml

index a1ddd853..e0853808 100644 --- a/resources/qml/voip/ActiveCallBar.qml +++ b/resources/qml/voip/ActiveCallBar.qml
@@ -35,11 +35,13 @@ Rectangle { } Label { + Layout.leftMargin: 8 font.pointSize: fontMetrics.font.pointSize * 1.1 - text: " " + CallManager.callParty + " " + text: CallManager.callParty } Image { + Layout.leftMargin: 4 Layout.preferredWidth: 24 Layout.preferredHeight: 24 source: CallManager.isVideo ? "qrc:/icons/icons/ui/video-call.png" : "qrc:/icons/icons/ui/place-call.png"