aboutsummaryrefslogtreecommitdiff
path: root/components/Style.qml
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2018-05-07 15:48:38 -0500
committerluigi1111 <luigi1111w@gmail.com>2018-05-07 15:48:38 -0500
commit6de8e70004768edd27e7f1a3733545b69b1fe2b8 (patch)
tree4bba0b0aaacf8a3e8e0bc9908956db8997cdb89a /components/Style.qml
parentd69176e9367f425f23224eb3a58e634a5c5b0298 (diff)
parentbff27010f34459476effccbb9f03bf3e242bfaae (diff)
downloadmonzero-gui-6de8e70004768edd27e7f1a3733545b69b1fe2b8.tar.gz
monzero-gui-6de8e70004768edd27e7f1a3733545b69b1fe2b8.tar.xz
monzero-gui-6de8e70004768edd27e7f1a3733545b69b1fe2b8.zip
Merge pull request #1359
5a1952f Reordered QR/Tracking sections on the receive page 44ad8a3 Redesigned the tracking section cb94523 This doesnt belong here 6ff273f First iteration of the subaddress table restyle 0e49e4a Reimplemented create/edit/copy (sub)address icons and buttons 5487383 Variable address truncation (for mobile) 9018ae3 Dynamic page height for the receive page dc1d5e9 Check the 'to receive amount' with the transaction tracker 229fba2 Introduced 'show advanced options' checkbox d6427a1 Fixes undefined references to 'bg', was previously moved to main.inactiveOverlay 1541d87 Fixes undefined reference to 's' 178be38 Cursor pointer on link hover for richtexts bfbe00e Removed obsolete SubaddressTable.qml component 3e5f5f3 Adding editIcon.png bff2701 Fixes the background for 2 popups
Diffstat (limited to 'components/Style.qml')
-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
}