Skip to content
Snippets Groups Projects
Commit 9181a416 authored by Brady James Garvin's avatar Brady James Garvin
Browse files

Updated to Kivy 1.10.0.

parent 5e99b1cb
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,8 @@ ScreenManager:
Widget:
TextInput:
id: title
multiline: False
write_tab: False
size_hint: (4, None)
height: sp(32)
Widget:
......@@ -29,6 +31,8 @@ ScreenManager:
Widget:
TextInput:
id: budget
multiline: False
write_tab: False
size_hint: (4, None)
height: sp(32)
Widget:
......@@ -42,6 +46,8 @@ ScreenManager:
Widget:
TextInput:
id: gross_revenue
multiline: False
write_tab: False
size_hint: (4, None)
height: sp(32)
Widget:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment