mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-18 23:53:41 +02:00
menubutton fix (left grey line) + twitter design fix
This commit is contained in:
parent
3eabd0f30b
commit
202da4caf9
@ -44,6 +44,15 @@ Rectangle {
|
||||
}
|
||||
}
|
||||
|
||||
Rectangle {
|
||||
anchors.left: parent.left
|
||||
anchors.top: parent.top
|
||||
anchors.bottom: parent.bottom
|
||||
width: 1
|
||||
color: "#DBDBDB"
|
||||
visible: parent.checked
|
||||
}
|
||||
|
||||
Image {
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
anchors.right: parent.right
|
||||
|
@ -81,7 +81,7 @@ Item {
|
||||
|
||||
function add(obj) { model.insert(0, obj) }
|
||||
delegate: Rectangle {
|
||||
height: 98
|
||||
height: 88
|
||||
width: listView.width
|
||||
|
||||
Text {
|
||||
@ -89,7 +89,7 @@ Item {
|
||||
anchors.left: parent.left
|
||||
anchors.right: parent.right
|
||||
anchors.top: parent.top
|
||||
anchors.topMargin: 16
|
||||
anchors.topMargin: 11
|
||||
elide: Text.ElideRight
|
||||
font.family: "Arial"
|
||||
font.pixelSize: 18
|
||||
|
Loading…
Reference in New Issue
Block a user