Skip to content
Snippets Groups Projects
Commit 4c15aa1d authored by Duncan Holmes's avatar Duncan Holmes
Browse files

Upload New File

parent 8a7f8818
No related branches found
No related tags found
No related merge requests found
<GraphScreen>:
name: "graph"
BoxLayout:
orientation: 'vertical'
Image:
id: graph_img # This must match the Python code!
allow_stretch: True
keep_ratio: True
texture: root.graph_texture
Button:
text: "Go Back"
size_hint_y: None
height: "48dp"
on_press: app.stop()
ScreenManager:
GraphScreen:
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment