mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-16 15:58:11 +00:00
menubutton fix (left grey line) + twitter design fix
This commit is contained in:
parent
3eabd0f30b
commit
202da4caf9
2 changed files with 11 additions and 2 deletions
|
@ -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 {
|
Image {
|
||||||
anchors.verticalCenter: parent.verticalCenter
|
anchors.verticalCenter: parent.verticalCenter
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
|
|
|
@ -81,7 +81,7 @@ Item {
|
||||||
|
|
||||||
function add(obj) { model.insert(0, obj) }
|
function add(obj) { model.insert(0, obj) }
|
||||||
delegate: Rectangle {
|
delegate: Rectangle {
|
||||||
height: 98
|
height: 88
|
||||||
width: listView.width
|
width: listView.width
|
||||||
|
|
||||||
Text {
|
Text {
|
||||||
|
@ -89,7 +89,7 @@ Item {
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
anchors.top: parent.top
|
anchors.top: parent.top
|
||||||
anchors.topMargin: 16
|
anchors.topMargin: 11
|
||||||
elide: Text.ElideRight
|
elide: Text.ElideRight
|
||||||
font.family: "Arial"
|
font.family: "Arial"
|
||||||
font.pixelSize: 18
|
font.pixelSize: 18
|
||||||
|
|
Loading…
Reference in a new issue