Augment trusted node list elements size

This commit is contained in:
Angela Mazzurco 2017-07-09 13:17:19 +02:00
parent 80dd0006e7
commit c60c084c2a

View File

@ -68,7 +68,7 @@ Item
delegate: Item
{
property bool isOnline: jsonModel.isOnline(model.pgp_id)
height: 30
height: 54
width: parent.width
Image
@ -91,6 +91,7 @@ Item
anchors.verticalCenter: parent.verticalCenter
anchors.left: statusImage.right
anchors.leftMargin: 10
font.pixelSize: 15
}
MouseArea
{