Skip to content
Snippets Groups Projects
Commit d315d02e authored by trilene's avatar trilene Committed by Nicolas Werner
Browse files

Use Layout margins

parent 07ac7b7e
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
......@@ -32,11 +32,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"
......
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