mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-16 13:02:27 -04:00
Merge branch 'qml_app_ui_improvements' into GSoC2017-evaluation-II
This commit is contained in:
commit
e72b0d8eeb
5 changed files with 26 additions and 9 deletions
|
@ -96,6 +96,8 @@ Item
|
|||
clip: true
|
||||
snapMode: ListView.SnapToItem
|
||||
|
||||
spacing:7
|
||||
|
||||
header:Rectangle
|
||||
{
|
||||
color: "aliceblue"
|
||||
|
@ -132,10 +134,10 @@ Item
|
|||
Column
|
||||
{
|
||||
id: innerCol
|
||||
height: 60
|
||||
height: idRow.height + gxsInfo.height
|
||||
width: parent.width
|
||||
leftPadding: 4
|
||||
spacing: 4
|
||||
spacing: 6
|
||||
|
||||
Row
|
||||
{
|
||||
|
@ -165,6 +167,7 @@ Item
|
|||
|
||||
TextAndIcon
|
||||
{
|
||||
id: gxsInfo
|
||||
width: parent.width
|
||||
innerText: model.peer_id
|
||||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
|
@ -173,8 +176,6 @@ Item
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Row
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue