Skip to content
Snippets Groups Projects
Commit 88707fb8 authored by Prince Gupta's avatar Prince Gupta :speech_balloon: Committed by Jean-Baptiste Kempf
Browse files

qml: make close icon a IconControlButton

parent 88998fd0
No related branches found
No related tags found
1 merge request!2785qml: allow keyboard focus on cross button of album expand delegate
......@@ -229,15 +229,12 @@ FocusScope {
Layout.fillWidth: true
}
Widgets.IconLabel {
text: VLCIcons.close
Widgets.IconControlButton {
iconText: VLCIcons.close
Layout.rightMargin: VLCStyle.margin_small
MouseArea {
anchors.fill: parent
onClicked: root.retract()
}
onClicked: root.retract()
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment