remove double menu separators

This commit is contained in:
Jaquee
2017-01-01 16:56:39 +01:00
parent d8f9e7360f
commit bb303d0063

View File

@@ -264,6 +264,7 @@ Rectangle {
}
Rectangle {
visible: addressBookButton.present
anchors.left: parent.left
anchors.right: parent.right
anchors.leftMargin: 16
@@ -376,6 +377,7 @@ Rectangle {
}
}
Rectangle {
visible: txkeyButton.present
anchors.left: parent.left
anchors.right: parent.right
anchors.leftMargin: 16
@@ -399,6 +401,7 @@ Rectangle {
}
}
Rectangle {
visible: signButton.present
anchors.left: parent.left
anchors.right: parent.right
anchors.leftMargin: 16