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
a5ede7b0
Commit
a5ede7b0
authored
Sep 26, 2022
by
Claudio Cambra
Browse files
Simplify visibility of time label in incidenceinfocontents
Signed-off-by:
Claudio Cambra
<
claudio.cambra@gmail.com
>
parent
dd123b59
Pipeline
#237149
passed with stage
in 2 minutes and 32 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/contents/ui/Controls/IncidenceInfoContents.qml
View file @
a5ede7b0
...
...
@@ -246,9 +246,7 @@ QQC2.ScrollView {
}
}
wrapMode
:
Text
.
Wrap
visible
:
!
root
.
incidenceData
.
allDay
&&
((
root
.
sameIncidenceStartAndEndDate
&&
root
.
bothIncidenceStartAndEndValid
)
||
root
.
validIncidenceStartOrEnd
)
visible
:
!
root
.
incidenceData
.
allDay
&&
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