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
df569bc0
Commit
df569bc0
authored
Jan 11, 2022
by
Nate Graham
Browse files
Use standard icon and text for close/ok button on metadata window
BUG: 448210
FIXED-IN: 22.04
parent
bb9f273d
Pipeline
#121986
passed with stage
in 3 minutes and 43 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/qml/MediaTrackMetadataView.qml
View file @
df569bc0
...
...
@@ -178,7 +178,8 @@ Window {
}
Button
{
text
:
i18n
(
"
Close
"
)
text
:
i18n
(
"
OK
"
)
icon.name
:
"
dialog-ok
"
DialogButtonBox.buttonRole
:
DialogButtonBox
.
DestructiveRole
onClicked
:
trackMetadata
.
close
()
}
...
...
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