aboutsummaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
authorSander Ferdinand <sa.ferdinand@gmail.com>2018-04-27 19:49:45 +0200
committerSander Ferdinand <sa.ferdinand@gmail.com>2018-05-03 12:35:34 +0200
commit44ad8a3be12e1f6d31b1bfe013762557ce661b6f (patch)
tree9310c9e3206e369820a45294276bb60ee2d57490 /components
parent5a1952f7ac5a8b3faed076494067ea638f2bd810 (diff)
downloadmonzero-gui-44ad8a3be12e1f6d31b1bfe013762557ce661b6f.tar.gz
monzero-gui-44ad8a3be12e1f6d31b1bfe013762557ce661b6f.tar.xz
monzero-gui-44ad8a3be12e1f6d31b1bfe013762557ce661b6f.zip
Redesigned the tracking section
Diffstat (limited to 'components')
-rw-r--r--components/Style.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/Style.qml b/components/Style.qml
index 3b917f97..a2c6f9b7 100644
--- a/components/Style.qml
+++ b/components/Style.qml
@@ -25,5 +25,5 @@ QtObject {
property string buttonTextColor: "white"
property string buttonTextColorDisabled: "black"
property string dividerColor: "white"
- property real dividerOpacity: 0.25
+ property real dividerOpacity: 0.20
}