mirror of
https://github.com/janishutz/midi-micro-bit_sound-converter.git
synced 2025-11-25 22:04:25 +00:00
Major refactor
I have spent some time (like two hours) fixing up the app, getting it up to a somewhat better level. Code is still bad, but that's that. If anybody is interested to make the code neater, feel free to open a PR!
This commit is contained in:
@@ -10,15 +10,15 @@ TrackChooseScreen:
|
||||
italic: True
|
||||
color: (50, 50, 255, 1)
|
||||
FloatLayout:
|
||||
Spinner:
|
||||
id: track_spinner
|
||||
MDRaisedButton:
|
||||
size: "200dp", "50dp"
|
||||
pos_hint: {"center_x": 0.5, "center_y": 0.5}
|
||||
on_release: root.show_dropdown(self)
|
||||
size_hint: 0.7, 0.2
|
||||
pos_hint: {"x": 0.15, "y":0.5}
|
||||
background_color: (0, 0, 0, 1)
|
||||
text: "Select a track"
|
||||
values: ["Test"]
|
||||
Button:
|
||||
text: "confirm"
|
||||
background_color: app.theme_cls.primary_color
|
||||
on_release:
|
||||
root.extract()
|
||||
root.extract()
|
||||
|
||||
Reference in New Issue
Block a user