diff --git a/bin/gui/gui.kv b/bin/gui/gui.kv index ccf6930..8680cae 100755 --- a/bin/gui/gui.kv +++ b/bin/gui/gui.kv @@ -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 diff --git a/showcaseScreen/handlers/__pycache__/comHandler.cpython-310.pyc b/showcaseScreen/handlers/__pycache__/comHandler.cpython-310.pyc index 85fae78..db4072c 100644 Binary files a/showcaseScreen/handlers/__pycache__/comHandler.cpython-310.pyc and b/showcaseScreen/handlers/__pycache__/comHandler.cpython-310.pyc differ diff --git a/showcaseScreen/ui/showcase.kv b/showcaseScreen/ui/showcase.kv index ea83d21..83c7109 100644 --- a/showcaseScreen/ui/showcase.kv +++ b/showcaseScreen/ui/showcase.kv @@ -3,6 +3,7 @@ ShowcaseScreen: on_pre_enter: root.beginUpdating() md_bg_color: (0, 0, 0, 1) FloatLayout: + size: root.width, root.height Label: text: "Currently Playing" id: titleinfo @@ -14,13 +15,13 @@ ShowcaseScreen: 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