Skip to content
GitLab
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
32f5640b
Commit
32f5640b
authored
Sep 22, 2022
by
Nate Graham
Browse files
Elide long music paths in music path listview
BUG: 459451
FIXED-IN: 22.08.2
parent
01f63956
Pipeline
#235756
passed with stage
in 5 minutes and 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/qml/SettingsForm.qml
View file @
32f5640b
...
...
@@ -365,14 +365,20 @@ ColumnLayout {
model
:
ElisaConfigurationDialog
.
rootPath
delegate
:
Kirigami.SwipeListItem
{
id
:
delegate
// Don't need a highlight effect on hover
hoverEnabled
:
false
QQC2.Label
{
text
:
modelData
width
:
delegate
.
width
-
delegate
.
leftPadding
-
delegate
.
rightPadding
-
(
action
.
visible
?
action
.
width
:
0
)
elide
:
Text
.
ElideMiddle
}
actions
:
Kirigami.Action
{
id
:
action
iconName
:
"
edit-delete
"
text
:
i18nc
(
"
@action:button
"
,
"
Stop looking for music here
"
)
...
...
Nate Graham
@ngraham
mentioned in commit
cfa1c05c
·
Sep 22, 2022
mentioned in commit
cfa1c05c
mentioned in commit cfa1c05c017fa19dbad3c64d282f32f2f6f3aa5e
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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