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
7b8ef8db
Commit
7b8ef8db
authored
Oct 29, 2021
by
Volker Krause
Browse files
Don't recolor product icons
parent
aecf6f39
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/app/TrainDelegate.qml
View file @
7b8ef8db
...
@@ -16,7 +16,7 @@ App.TimelineDelegate {
...
@@ -16,7 +16,7 @@ App.TimelineDelegate {
id
:
root
id
:
root
headerIcon
{
headerIcon
{
source
:
departure
.
route
.
line
.
mode
==
Line
.
Unknown
?
"
qrc:///images/train.svg
"
:
PublicTransport
.
lineIcon
(
departure
.
route
.
line
)
source
:
departure
.
route
.
line
.
mode
==
Line
.
Unknown
?
"
qrc:///images/train.svg
"
:
PublicTransport
.
lineIcon
(
departure
.
route
.
line
)
isMask
:
!
departure
.
route
.
line
.
hasLogo
isMask
:
!
departure
.
route
.
line
.
hasLogo
&&
!
departure
.
route
.
line
.
hasModeLogo
}
}
headerItem
:
RowLayout
{
headerItem
:
RowLayout
{
QQC2.Label
{
QQC2.Label
{
...
...
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