Merge pull request #380

bb303d0 remove double menu separators (Jaquee)
This commit is contained in:
Riccardo Spagni 2017-01-08 16:57:31 -08:00
commit ae537b6764
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD

View File

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