mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Augment trusted node list elements size
This commit is contained in:
parent
80dd0006e7
commit
c60c084c2a
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user