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
Multimedia
Elisa
Commits
43f498f0
Commit
43f498f0
authored
Dec 14, 2021
by
Nate Graham
Browse files
Fix Favorite button size on list items
BUG: 446911
FIXED-IN: 21.12.1
parent
4dfbbccb
Pipeline
#109927
passed with stage
in 18 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/qml/ListBrowserDelegate.qml
View file @
43f498f0
...
...
@@ -282,6 +282,9 @@ FocusScope {
FlatButtonWithToolTip
{
visible
:
ElisaApplication
.
useFavoriteStyleRatings
height
:
singleLineHeight
width
:
singleLineHeight
text
:
rating
==
10
?
i18n
(
"
Un-mark this song as a favorite
"
)
:
i18n
(
"
Mark this song as a favorite
"
)
icon.name
:
rating
==
10
?
"
rating
"
:
"
rating-unrated
"
...
...
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