mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 14:16:16 -04:00
Add header to sidebar component
This commit is contained in:
parent
653381e9e2
commit
e766e7ce0b
2 changed files with 30 additions and 3 deletions
|
@ -12,7 +12,11 @@ QtObject {
|
|||
property string hoverColor: "lightgrey"
|
||||
property string defaultColor: "white"
|
||||
property string pressColor: "slategrey"
|
||||
|
||||
}
|
||||
property QtObject header: QtObject
|
||||
{
|
||||
property var height: 80
|
||||
property var color: "#0398d5"
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue