fixed a but with newer version of kivymd
This commit is contained in:
@@ -324,13 +324,13 @@ RootScreen:
|
||||
MDProgressBar:
|
||||
orientation: "horizontal"
|
||||
value: 100
|
||||
pos_hint: {"y": 0.3}
|
||||
pos_hint: {"top": 0.8}
|
||||
color: (1, 1, 1, 0.5)
|
||||
MDProgressBar:
|
||||
id: progressbars
|
||||
orientation: "horizontal"
|
||||
value: 0
|
||||
pos_hint: {"y": 0.3}
|
||||
pos_hint: {"top": 0.8}
|
||||
color: app.theme_cls.primary_dark
|
||||
Label:
|
||||
id: current_song
|
||||
|
||||
Reference in New Issue
Block a user