mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 06:06:10 -04:00
Set default color for buttons
This commit is contained in:
parent
5138683784
commit
331b00d5d9
1 changed files with 3 additions and 3 deletions
|
@ -12,9 +12,9 @@ Item
|
|||
property var iconUrl
|
||||
property int iconHeight: 20
|
||||
|
||||
property color color
|
||||
property color hoverColor
|
||||
property color pressColor
|
||||
property color color: "lightsteelblue"
|
||||
property color hoverColor: color
|
||||
property color pressColor: color
|
||||
property int fontSize
|
||||
property int borderWidth
|
||||
property int borderRadius
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue