commit 82bfbdcc3c0f6fadcbee385cd603d994f9d1a9f7 parent 3252161f367754e4bf7906323338c1f0a8dfa322 Author: ThomasV <thomasv@electrum.org> Date: Mon, 18 Jan 2016 16:06:12 +0100 add dev Diffstat:
M | gui/kivy/uix/ui_screens/about.kv | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gui/kivy/uix/ui_screens/about.kv b/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