mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Add stylesheet for sidebar
This commit is contained in:
parent
0a087e64ac
commit
3b05e0a3f1
@ -2,4 +2,5 @@ singleton TokensManager 1.0 TokensManager.qml
|
|||||||
singleton ClipboardWrapper 1.0 ClipboardWrapper.qml
|
singleton ClipboardWrapper 1.0 ClipboardWrapper.qml
|
||||||
singleton ChatCache ChatCache.qml
|
singleton ChatCache ChatCache.qml
|
||||||
singleton StyleChat styles/ChatStyle.qml
|
singleton StyleChat styles/ChatStyle.qml
|
||||||
|
singleton StyleSideBar styles/SideBarStyle.qml
|
||||||
|
|
||||||
|
@ -1,5 +1,18 @@
|
|||||||
import QtQuick 2.0
|
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…
Reference in New Issue
Block a user