kivy: larger history icons

This commit is contained in:
ThomasV 2018-03-03 12:18:01 +01:00
parent 1526768cd6
commit 721dc8cdb9
1 changed files with 2 additions and 1 deletions

View File

@ -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'