Fix overlap on identities list

This commit is contained in:
Angela Mazzurco 2017-07-26 14:50:46 +02:00
parent 03773d131b
commit ae396cb135

View File

@ -112,7 +112,7 @@ Item
delegate: Column
{
height: 60
height: idRow.height + gxsInfo.height
width: parent.width
leftPadding: 4
spacing: 4
@ -145,6 +145,7 @@ Item
TextAndIcon
{
id: gxsInfo
width: parent.width
innerText: model.peer_id
anchors.horizontalCenter: parent.horizontalCenter