Merge pull request #380

bb303d0 remove double menu separators (Jaquee)
pull/2/head
Riccardo Spagni 8 years ago
commit ae537b6764
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD

@ -282,6 +282,7 @@ Rectangle {
}
Rectangle {
visible: addressBookButton.present
anchors.left: parent.left
anchors.right: parent.right
anchors.leftMargin: 16
@ -394,6 +395,7 @@ Rectangle {
}
}
Rectangle {
visible: txkeyButton.present
anchors.left: parent.left
anchors.right: parent.right
anchors.leftMargin: 16
@ -417,6 +419,7 @@ Rectangle {
}
}
Rectangle {
visible: signButton.present
anchors.left: parent.left
anchors.right: parent.right
anchors.leftMargin: 16