From 721dc8cdb9147c3dcbb6b9e7d3034cbe51b77ea8 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Sat, 3 Mar 2018 12:18:01 +0100 Subject: [PATCH] kivy: larger history icons --- gui/kivy/uix/ui_screens/history.kv | 3 ++- 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 index d6e371a2..524b5319 100644 --- 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'