diff options
| author | Sander Ferdinand <sa.ferdinand@gmail.com> | 2018-04-27 19:49:45 +0200 |
|---|---|---|
| committer | Sander Ferdinand <sa.ferdinand@gmail.com> | 2018-05-03 12:35:34 +0200 |
| commit | 44ad8a3be12e1f6d31b1bfe013762557ce661b6f (patch) | |
| tree | 9310c9e3206e369820a45294276bb60ee2d57490 /components | |
| parent | 5a1952f7ac5a8b3faed076494067ea638f2bd810 (diff) | |
| download | monzero-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.qml | 2 |
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 } |
