mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-01 23:07:25 -04:00
menubutton fix (left grey line) + twitter design fix
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user