Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
Kalendar
Commits
dd123b59
Commit
dd123b59
authored
Sep 26, 2022
by
Claudio Cambra
Browse files
Fix time label appearing in incidence info contents when no time available
Signed-off-by:
Claudio Cambra
<
claudio.cambra@gmail.com
>
parent
6df1688b
Pipeline
#237147
canceled with stage
in 56 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/contents/ui/Controls/IncidenceInfoContents.qml
View file @
dd123b59
...
...
@@ -246,7 +246,9 @@ QQC2.ScrollView {
}
}
wrapMode
:
Text
.
Wrap
visible
:
!
root
.
incidenceData
.
allDay
&&
(
root
.
sameIncidenceStartAndEndDate
||
root
.
validIncidenceStartOrEnd
)
visible
:
!
root
.
incidenceData
.
allDay
&&
((
root
.
sameIncidenceStartAndEndDate
&&
root
.
bothIncidenceStartAndEndValid
)
||
root
.
validIncidenceStartOrEnd
)
}
QQC2.Label
{
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment