Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
Itinerary
Commits
7e5cbed2
Commit
7e5cbed2
authored
Oct 08, 2021
by
Kai Uwe Broulik
🍇
Browse files
[EventDelegate] Hide location name if there is none
Avoids an awkward gap
parent
82a86854
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/app/EventDelegate.qml
View file @
7e5cbed2
...
...
@@ -43,6 +43,7 @@ App.TimelineDelegate {
QQC2.Label
{
text
:
reservationFor
.
location
!=
undefined
?
reservationFor
.
location
.
name
:
""
visible
:
text
!==
""
wrapMode
:
Text
.
WordWrap
width
:
topLayout
.
width
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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