fix: code review suggestions
Co-authored-by: RichΛrd <info@richardramos.me>
This commit is contained in:
parent
0ff5fa32f0
commit
fe42cd08f8
|
@ -56,9 +56,7 @@ Item {
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
anchors.rightMargin: Style.current.bigPadding
|
anchors.rightMargin: Style.current.bigPadding
|
||||||
anchors.verticalCenter: parent.verticalCenter
|
anchors.verticalCenter: parent.verticalCenter
|
||||||
onClicked: {
|
onClicked: optionsMenu.open()
|
||||||
optionsMenu.open()
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
PopupMenu {
|
PopupMenu {
|
||||||
|
|
Loading…
Reference in New Issue