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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-client-qt
Commits
b2256f7d
Commit
b2256f7d
authored
Jul 30, 2022
by
Sébastien Blin
Browse files
Options
Downloads
Patches
Plain Diff
misc: avoid overlapping text with TextZoom
GitLab:
#779
Change-Id: Ia0b22d12ea6be7a40580ed5508e2aa9fc9482d83
parent
2e9c3e96
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/app/mainview/components/SmartListItemDelegate.qml
+4
-4
4 additions, 4 deletions
src/app/mainview/components/SmartListItemDelegate.qml
with
4 additions
and
4 deletions
src/app/mainview/components/SmartListItemDelegate.qml
+
4
−
4
View file @
b2256f7d
...
@@ -106,7 +106,7 @@ ItemDelegate {
...
@@ -106,7 +106,7 @@ ItemDelegate {
// best name
// best name
Text
{
Text
{
Layout.fillWidth
:
true
Layout.fillWidth
:
true
Layout.
preferred
Height
:
20
Layout.
minimum
Height
:
20
Layout.alignment
:
Qt
.
AlignVCenter
Layout.alignment
:
Qt
.
AlignVCenter
elide
:
Text
.
ElideMiddle
elide
:
Text
.
ElideMiddle
text
:
Title
===
undefined
?
""
:
Title
text
:
Title
===
undefined
?
""
:
Title
...
@@ -121,7 +121,7 @@ ItemDelegate {
...
@@ -121,7 +121,7 @@ ItemDelegate {
&&
LastInteractionDate
!==
undefined
&&
LastInteractionDate
!==
undefined
&&
interactive
&&
interactive
Layout.fillWidth
:
true
Layout.fillWidth
:
true
Layout.
preferred
Height
:
20
Layout.
minimum
Height
:
20
Layout.alignment
:
Qt
.
AlignTop
Layout.alignment
:
Qt
.
AlignTop
// last Interaction date
// last Interaction date
...
@@ -157,7 +157,7 @@ ItemDelegate {
...
@@ -157,7 +157,7 @@ ItemDelegate {
}
}
Text
{
Text
{
Layout.fillWidth
:
true
Layout.fillWidth
:
true
Layout.
preferred
Height
:
20
Layout.
minimum
Height
:
20
Layout.alignment
:
Qt
.
AlignVCenter
Layout.alignment
:
Qt
.
AlignVCenter
text
:
JamiStrings
.
banned
text
:
JamiStrings
.
banned
textFormat
:
TextEdit
.
PlainText
textFormat
:
TextEdit
.
PlainText
...
@@ -190,7 +190,7 @@ ItemDelegate {
...
@@ -190,7 +190,7 @@ ItemDelegate {
Text
{
Text
{
id
:
callStatusText
id
:
callStatusText
Layout.
preferred
Height
:
20
Layout.
minimum
Height
:
20
Layout.alignment
:
Qt
.
AlignRight
Layout.alignment
:
Qt
.
AlignRight
text
:
InCall
?
UtilsAdapter
.
getCallStatusStr
(
CallState
)
:
""
text
:
InCall
?
UtilsAdapter
.
getCallStatusStr
(
CallState
)
:
""
textFormat
:
TextEdit
.
PlainText
textFormat
:
TextEdit
.
PlainText
...
...
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