aboutsummaryrefslogtreecommitdiff
path: root/components/Style.qml
diff options
context:
space:
mode:
authorSander Ferdinand <sa.ferdinand@gmail.com>2017-11-19 21:14:05 +0100
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2018-03-29 23:04:00 +0100
commitf15d6f5197c07cb25e97f7fb04d54c5775646224 (patch)
tree3614860143359309ed669d3936f231f90162b74a /components/Style.qml
parente7eb3bdfefd723f3737c9e4318ec2fca06c696b4 (diff)
downloadmonzero-gui-f15d6f5197c07cb25e97f7fb04d54c5775646224.tar.gz
monzero-gui-f15d6f5197c07cb25e97f7fb04d54c5775646224.tar.xz
monzero-gui-f15d6f5197c07cb25e97f7fb04d54c5775646224.zip
Added some styles, changed some margins, testing with the new LineEdit
Diffstat (limited to 'components/Style.qml')
-rw-r--r--components/Style.qml4
1 files changed, 4 insertions, 0 deletions
diff --git a/components/Style.qml b/components/Style.qml
index cab0e062..c1bc3938 100644
--- a/components/Style.qml
+++ b/components/Style.qml
@@ -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"
}