Add header and footer to sidebar

This commit is contained in:
Angela Mazzurco 2017-06-22 19:28:14 +02:00
parent 32078d3243
commit a8b26298d3
2 changed files with 234 additions and 143 deletions

View file

@ -15,8 +15,18 @@ QtObject {
}
property QtObject header: QtObject
{
property var height: 80
property var color: "#0398d5"
property var avatarHeight: 50
property var avatarMargins: 15
property var textColor: "white"
property var textNickSize: 14
property var textGxsidSize: 11
}
property QtObject footer: QtObject
{
property var color: "white"
property var textColor: "grey"
property var margins: 8
}
}