Files
MusicPlayerV1/showcaseScreen/ui/mainui.kv
2022-10-24 17:36:57 +02:00

17 lines
519 B
Plaintext

LoginWindow:
name: "Login"
md_bg_color: app.theme_cls.accent_color
GridLayout:
cols: 1
Label:
text: "Welcome to the MusicPlayer Showcase Screen!"
font_size: 27
color: (0, 0, 0, 1)
Label:
text: "Server is currently not running! Please start it by clicking start server!"
id: statusbar
color: (0, 0, 0, 1)
Button:
text: "Start Server"
on_release:
root.startserver()