URI: 
       tkivy: calculator icon - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 1028c9282bda885eeb1eb1e86d0f39cac55b8e1f
   DIR parent 9cd4acafccc914a913582cf6aff91d4bc8264ba3
  HTML Author: ThomasV <thomasv@electrum.org>
       Date:   Thu, 25 Feb 2016 14:17:59 +0100
       
       kivy: calculator icon
       
       Diffstat:
         A gui/kivy/theming/light/calculator.… |       0 
         M gui/kivy/uix/ui_screens/receive.kv  |       5 +++--
         M gui/kivy/uix/ui_screens/send.kv     |       5 +++--
       
       3 files changed, 6 insertions(+), 4 deletions(-)
       ---
   DIR diff --git a/gui/kivy/theming/light/calculator.png b/gui/kivy/theming/light/calculator.png
       Binary files differ.
   DIR diff --git a/gui/kivy/uix/ui_screens/receive.kv b/gui/kivy/uix/ui_screens/receive.kv
       t@@ -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}
       t@@ -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}
   DIR diff --git a/gui/kivy/uix/ui_screens/send.kv b/gui/kivy/uix/ui_screens/send.kv
       t@@ -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}
       t@@ -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}