Added some styles, changed some margins, testing with the new LineEdit

This commit is contained in:
Sander Ferdinand
2017-11-19 21:14:05 +01:00
committed by moneromooo-monero
parent e7eb3bdfef
commit f15d6f5197
5 changed files with 88 additions and 11 deletions

View File

@@ -7,4 +7,8 @@ QtObject {
property QtObject fontBold: FontLoader { id: _fontBold; source: "qrc:/fonts/SFUIDisplay-Bold.otf"; }
property QtObject fontLight: FontLoader { id: _fontLight; source: "qrc:/fonts/SFUIDisplay-Light.otf"; }
property QtObject fontRegular: FontLoader { id: _fontRegular; source: "qrc:/fonts/SFUIDisplay-Regular.otf"; }
property string inputBoxBackground: "black"
property string inputBoxBackgroundError: "#FFDDDD"
property string inputBoxColor: "white"
}