electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 1028c9282bda885eeb1eb1e86d0f39cac55b8e1f
parent 9cd4acafccc914a913582cf6aff91d4bc8264ba3
Author: ThomasV <thomasv@electrum.org>
Date:   Thu, 25 Feb 2016 14:17:59 +0100

kivy: calculator icon

Diffstat:
Agui/kivy/theming/light/calculator.png | 0
Mgui/kivy/uix/ui_screens/receive.kv | 5+++--
Mgui/kivy/uix/ui_screens/send.kv | 5+++--
3 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/gui/kivy/theming/light/calculator.png b/gui/kivy/theming/light/calculator.png Binary files differ. diff --git a/gui/kivy/uix/ui_screens/receive.kv b/gui/kivy/uix/ui_screens/receive.kv @@ -62,7 +62,7 @@ ReceiveScreen: height: blue_bottom.item_height spacing: '5dp' Image: - source: 'atlas://gui/kivy/theming/light/contact' + source: 'atlas://gui/kivy/theming/light/globe' size_hint: None, None size: '22dp', '22dp' pos_hint: {'center_y': .5} @@ -79,7 +79,8 @@ ReceiveScreen: height: blue_bottom.item_height spacing: '5dp' Image: - source: 'atlas://gui/kivy/theming/light/globe' + source: 'atlas://gui/kivy/theming/light/calculator' + opacity: 0.7 size_hint: None, None size: '22dp', '22dp' pos_hint: {'center_y': .5} diff --git a/gui/kivy/uix/ui_screens/send.kv b/gui/kivy/uix/ui_screens/send.kv @@ -25,7 +25,7 @@ SendScreen: height: blue_bottom.item_height spacing: '5dp' Image: - source: 'atlas://gui/kivy/theming/light/contact' + source: 'atlas://gui/kivy/theming/light/globe' size_hint: None, None size: '22dp', '22dp' pos_hint: {'center_y': .5} @@ -42,7 +42,8 @@ SendScreen: height: blue_bottom.item_height spacing: '5dp' Image: - source: 'atlas://gui/kivy/theming/light/globe' + source: 'atlas://gui/kivy/theming/light/calculator' + opacity: 0.7 size_hint: None, None size: '22dp', '22dp' pos_hint: {'center_y': .5}