Browse Source

add dev

283
ThomasV 9 years ago
parent
commit
82bfbdcc3c
  1. 2
      gui/kivy/uix/ui_screens/about.kv

2
gui/kivy/uix/ui_screens/about.kv

@ -25,6 +25,6 @@ Popup:
text_size: self.size
Label:
text_size: self.size
text: "Thomas Voegtlin\nNeil Booth"
text: '\n'.join(['Thomas Voegtlin', 'Neil Booth', 'Akshay Arora'])
Widget:
size_hint: None, 1

Loading…
Cancel
Save