Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-client-qt
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-client-qt
Commits
8325a6ef
Commit
8325a6ef
authored
3 years ago
by
Ming Rui Zhang
Committed by
Andreas Traczyk
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
participantCallInStatus: reduce the size of the delegate
Change-Id: I0875b99599cf1a3f90cfddc87b6281edf91cb45e
parent
378ab7cb
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/constant/JamiTheme.qml
+6
-6
6 additions, 6 deletions
src/constant/JamiTheme.qml
src/mainview/components/ParticipantCallInStatusDelegate.qml
+2
-2
2 additions, 2 deletions
src/mainview/components/ParticipantCallInStatusDelegate.qml
with
8 additions
and
8 deletions
src/constant/JamiTheme.qml
+
6
−
6
View file @
8325a6ef
...
...
@@ -195,16 +195,16 @@ Item {
property
real
smartListAvatarSize
:
52
property
real
avatarSizeInCall
:
130
property
real
callButtonPreferredSize
:
50
property
int
participantCallInStatusViewWidth
:
22
5
property
int
participantCallInStatusViewWidth
:
17
5
property
int
participantCallInStatusViewHeight
:
300
property
int
participantCallInStatusDelegateHeight
:
10
5
property
int
participantCallInStatusDelegateHeight
:
8
5
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
:
10
0
property
int
participantCallInStatusTextWidth
:
68
property
int
participantCallInStatusFontSize
:
7
property
int
participantCallInStatusTextWidthLimit
:
8
0
property
int
participantCallInStatusTextWidth
:
40
property
int
mosaicButtonRadius
:
5
property
int
mosaicButtonPreferredMargin
:
5
property
real
mosaicButtonOpacity
:
0.77
...
...
This diff is collapsed.
Click to expand it.
src/mainview/components/ParticipantCallInStatusDelegate.qml
+
2
−
2
View file @
8325a6ef
...
...
@@ -80,9 +80,9 @@ SpinningAnimation {
id
:
name
Layout.alignment
:
Qt
.
AlignLeft
|
Qt
.
AlignVCenter
Layout.preferredWidth
:
JamiTheme
.
participantC
all
In
Status
Text
Width
Layout.preferredWidth
:
c
allStatus
.
Layout
.
preferred
Width
font.weight
:
Font
.
Extra
Bold
font.weight
:
Font
.
Bold
font.pointSize
:
JamiTheme
.
participantCallInNameFontSize
color
:
JamiTheme
.
participantCallInStatusTextColor
text
:
PrimaryName
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment