Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
PIM
Itinerary
Commits
ac419423
Commit
ac419423
authored
Dec 27, 2018
by
Volker Krause
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Show platform changes in train delegate too
Could still be nicer by using color highlighting for changes.
parent
d6cf8b72
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/app/TrainDelegate.qml
src/app/TrainDelegate.qml
+2
-0
No files found.
src/app/TrainDelegate.qml
View file @
ac419423
...
...
@@ -53,6 +53,7 @@ App.TimelineDelegate {
QQC2.Label
{
text
:
i18n
(
"
Departure from %1 on platform %2
"
,
reservationFor
.
departureStation
.
name
,
departure
.
hasExpectedPlatform
?
departure
.
expectedPlatform
:
reservationFor
.
departurePlatform
?
reservationFor
.
departurePlatform
:
"
-
"
)
color
:
Kirigami
.
Theme
.
textColor
wrapMode
:
Text
.
WordWrap
...
...
@@ -70,6 +71,7 @@ App.TimelineDelegate {
QQC2.Label
{
text
:
i18n
(
"
Arrival at %1 on platform %2
"
,
reservationFor
.
arrivalStation
.
name
,
arrival
.
hasExpectedPlatform
?
arrival
.
expectedPlatform
:
reservationFor
.
arrivalPlatform
?
reservationFor
.
arrivalPlatform
:
"
-
"
)
color
:
Kirigami
.
Theme
.
textColor
wrapMode
:
Text
.
WordWrap
...
...
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