IconContextMenu: Right-align icons
This commit is contained in:
parent
55c5c8d74d
commit
d4ca82e6d3
1 changed files with 5 additions and 1 deletions
|
@ -27,6 +27,10 @@ Item {
|
||||||
|
|
||||||
Row {
|
Row {
|
||||||
id: contextMenuRow
|
id: contextMenuRow
|
||||||
anchors.centerIn: parent
|
anchors {
|
||||||
|
verticalCenter: parent.verticalCenter
|
||||||
|
right: parent.right
|
||||||
|
margins: Constants.layout.padding * pgst.scalef
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue