mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Fix overlap on identities list
This commit is contained in:
parent
03773d131b
commit
ae396cb135
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user