Various QML development

This commit is contained in:
Sander Ferdinand
2017-12-08 01:51:22 +01:00
committed by moneromooo-monero
parent f48cd1b82b
commit 328eb32a24
4 changed files with 29 additions and 31 deletions

View File

@@ -15,8 +15,8 @@ QtObject {
property string buttonBackgroundColor: "#FA6800"
property string buttonBackgroundColorHover: "#E65E00"
property string buttonBackgroundColorDisabled: "#3B3B3B"
property string buttonBackgroundColorDisabledHover: "#4F4F4F"
property string buttonBackgroundColorDisabled: "#707070"
property string buttonBackgroundColorDisabledHover: "#808080"
property string buttonTextColor: "white"
property string buttonTextColorDisabled: "black"