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
26eff88d
Commit
26eff88d
authored
Nov 27, 2021
by
Volker Krause
Browse files
Fix trend icon sizes on the statistics page
parent
a7441e10
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/app/StatisticsDelegate.qml
View file @
26eff88d
...
...
@@ -22,8 +22,8 @@ RowLayout {
Kirigami.Icon
{
source
:
root
.
statItem
.
trend
==
StatisticsItem
.
TrendUp
?
"
go-up-symbolic
"
:
root
.
statItem
.
trend
==
StatisticsItem
.
TrendDown
?
"
go-down-symbolic
"
:
"
go-next-symbolic
"
color
:
root
.
statItem
.
trend
==
StatisticsItem
.
TrendUp
?
Kirigami
.
Theme
.
negativeTextColor
:
root
.
statItem
.
trend
==
StatisticsItem
.
TrendDown
?
Kirigami
.
Theme
.
positiveTextColor
:
Kirigami
.
Theme
.
textColor
width
:
heigh
t
h
eight
:
Kirigami
.
Units
.
gridUnit
Layout.preferredWidth
:
Kirigami
.
Units
.
gridUni
t
Layout.preferredH
eight
:
Kirigami
.
Units
.
gridUnit
visible
:
root
.
statItem
.
trend
!=
StatisticsItem
.
TrendUnknown
}
...
...
Write
Preview
Supports
Markdown
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