mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 14:16:16 -04:00
Add stylesheet for sidebar
This commit is contained in:
parent
0a087e64ac
commit
3b05e0a3f1
2 changed files with 15 additions and 1 deletions
|
@ -1,5 +1,18 @@
|
|||
import QtQuick 2.0
|
||||
pragma Singleton
|
||||
|
||||
Item {
|
||||
QtObject {
|
||||
|
||||
property var width: 1.5
|
||||
|
||||
property QtObject item: QtObject
|
||||
{
|
||||
property var height: 50
|
||||
|
||||
property string hoverColor: "lightgrey"
|
||||
property string defaultColor: "white"
|
||||
property string pressColor: "slategrey"
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue