commit 721dc8cdb9147c3dcbb6b9e7d3034cbe51b77ea8
parent 1526768cd668b9b6da1ea902627b8f289395ad0a
Author: ThomasV <thomasv@electrum.org>
Date: Sat, 3 Mar 2018 12:18:01 +0100
kivy: larger history icons
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gui/kivy/uix/ui_screens/history.kv b/gui/kivy/uix/ui_screens/history.kv
@@ -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'