Browse Source

kivy: larger history icons

3.1
ThomasV 7 years ago
parent
commit
721dc8cdb9
  1. 3
      gui/kivy/uix/ui_screens/history.kv

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

Loading…
Cancel
Save