Skip to content
Snippets Groups Projects
Commit 8325a6ef authored by Ming Rui Zhang's avatar Ming Rui Zhang Committed by Andreas Traczyk
Browse files

participantCallInStatus: reduce the size of the delegate

Change-Id: I0875b99599cf1a3f90cfddc87b6281edf91cb45e
parent 378ab7cb
No related branches found
No related tags found
No related merge requests found
......@@ -195,16 +195,16 @@ Item {
property real smartListAvatarSize: 52
property real avatarSizeInCall: 130
property real callButtonPreferredSize: 50
property int participantCallInStatusViewWidth: 225
property int participantCallInStatusViewWidth: 175
property int participantCallInStatusViewHeight: 300
property int participantCallInStatusDelegateHeight: 105
property int participantCallInStatusDelegateHeight: 85
property int participantCallInStatusDelegateRadius: 5
property real participantCallInStatusOpacity: 0.77
property int participantCallInAvatarSize: 75
property int participantCallInAvatarSize: 60
property int participantCallInNameFontSize: 11
property int participantCallInStatusFontSize: 9
property int participantCallInStatusTextWidthLimit: 100
property int participantCallInStatusTextWidth: 68
property int participantCallInStatusFontSize: 7
property int participantCallInStatusTextWidthLimit: 80
property int participantCallInStatusTextWidth: 40
property int mosaicButtonRadius: 5
property int mosaicButtonPreferredMargin: 5
property real mosaicButtonOpacity: 0.77
......
......@@ -80,9 +80,9 @@ SpinningAnimation {
id: name
Layout.alignment: Qt.AlignLeft | Qt.AlignVCenter
Layout.preferredWidth: JamiTheme.participantCallInStatusTextWidth
Layout.preferredWidth: callStatus.Layout.preferredWidth
font.weight: Font.ExtraBold
font.weight: Font.Bold
font.pointSize: JamiTheme.participantCallInNameFontSize
color: JamiTheme.participantCallInStatusTextColor
text: PrimaryName
......
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