tkivy: larger history icons - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 721dc8cdb9147c3dcbb6b9e7d3034cbe51b77ea8 DIR parent 1526768cd668b9b6da1ea902627b8f289395ad0a HTML Author: ThomasV <thomasv@electrum.org> Date: Sat, 3 Mar 2018 12:18:01 +0100 kivy: larger history icons Diffstat: M gui/kivy/uix/ui_screens/history.kv | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- DIR diff --git a/gui/kivy/uix/ui_screens/history.kv b/gui/kivy/uix/ui_screens/history.kv t@@ -30,7 +30,8 @@ id: icon source: root.icon size_hint: None, 1 - width: self.height + allow_stretch: True + width: self.height*1.5 mipmap: True BoxLayout: orientation: 'vertical'