1
mirror of https://github.com/monero-project/monero-gui synced 2024-12-01 08:11:54 +01:00

Removing borders; changing left-border color

This commit is contained in:
Sander Ferdinand 2017-11-13 00:11:55 +01:00 committed by moneromooo-monero
parent f51cf35935
commit 4c432000cb

View File

@ -212,30 +212,14 @@ Rectangle {
}// flickable }// flickable
} }
// border // border
Rectangle {
anchors.top: styledRow.bottom
anchors.bottom: parent.bottom
anchors.right: parent.right
width: 1
color: "#DBDBDB"
}
Rectangle { Rectangle {
anchors.top: styledRow.bottom anchors.top: styledRow.bottom
anchors.bottom: parent.bottom anchors.bottom: parent.bottom
anchors.left: parent.left anchors.left: parent.left
width: 1 width: 1
color: "#DBDBDB" color: "#313131"
}
Rectangle {
anchors.left: parent.left
anchors.right: parent.right
anchors.bottom: parent.bottom
height: 1
color: "#DBDBDB"
} }
/* connect "payment" click */ /* connect "payment" click */