Browse Source

kivy: calculator icon

283
ThomasV 9 years ago
parent
commit
1028c9282b
  1. BIN
      gui/kivy/theming/light/calculator.png
  2. 5
      gui/kivy/uix/ui_screens/receive.kv
  3. 5
      gui/kivy/uix/ui_screens/send.kv

BIN
gui/kivy/theming/light/calculator.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

5
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}

5
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}

Loading…
Cancel
Save