mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-23 03:59:38 +00:00
remove double menu separators
This commit is contained in:
parent
d8f9e7360f
commit
bb303d0063
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue