Merge pull request #195

45f2848 add missing tab separators (Jaquee)
pull/2/head
Riccardo Spagni 8 years ago
commit 26abdee5c4
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD

@ -242,7 +242,7 @@ Rectangle {
anchors.left: parent.left
anchors.right: parent.right
anchors.leftMargin: 16
color: transferButton.checked || receiveButton.checked ? "#1C1C1C" : "#505050"
color: "#505050"
height: 1
}
@ -260,7 +260,13 @@ Rectangle {
panel.receiveClicked()
}
}
Rectangle {
anchors.left: parent.left
anchors.right: parent.right
anchors.leftMargin: 16
color: "#505050"
height: 1
}
// ------------- TxKey tab ---------------
MenuButton {
id: txkeyButton
@ -275,12 +281,11 @@ Rectangle {
panel.txkeyClicked()
}
}
Rectangle {
anchors.left: parent.left
anchors.right: parent.right
anchors.leftMargin: 16
color: transferButton.checked || historyButton.checked ? "#1C1C1C" : "#505050"
color: "#505050"
height: 1
}
@ -299,6 +304,13 @@ Rectangle {
panel.historyClicked()
}
}
Rectangle {
anchors.left: parent.left
anchors.right: parent.right
anchors.leftMargin: 16
color: "#505050"
height: 1
}
/*
Rectangle {
anchors.left: parent.left
@ -368,6 +380,13 @@ Rectangle {
panel.signClicked()
}
}
Rectangle {
anchors.left: parent.left
anchors.right: parent.right
anchors.leftMargin: 16
color: "#505050"
height: 1
}
// ------------- Settings tab ---------------
MenuButton {
id: settingsButton