Skip to content
Snippets Groups Projects
Commit a4228da0 authored by Benjamin Arnaud's avatar Benjamin Arnaud Committed by Jean-Baptiste Kempf
Browse files

qml/KeyNavigableTableView: Update the 'contextButton' position

parent b9a5e868
No related branches found
No related tags found
Loading
......@@ -200,6 +200,12 @@ T.Control {
Widgets.IconToolButton {
id: contextButton
anchors.left: parent.left
// NOTE: We want the contextButton to be contained inside the trailing
// horizontalSpacing.
anchors.leftMargin: -width
anchors.verticalCenter: parent.verticalCenter
iconText: VLCIcons.ellipsis
......
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