We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea806a6 commit 7ac88f0Copy full SHA for 7ac88f0
internal_filesystem/lib/mpos/ui.py
@@ -16,7 +16,7 @@
16
rootscreen = None
17
18
drawer_open=False
19
-bar_open=True
+bar_open=False
20
21
hide_bar_animation = None
22
show_bar_animation = None
@@ -119,7 +119,7 @@ def create_notification_bar():
119
# Create notification bar
120
notification_bar = lv.obj(lv.layer_top())
121
notification_bar.set_size(lv.pct(100), NOTIFICATION_BAR_HEIGHT)
122
- notification_bar.set_pos(0, 0)
+ notification_bar.set_pos(0, show_bar_animation_start_value)
123
notification_bar.set_scrollbar_mode(lv.SCROLLBAR_MODE.OFF)
124
notification_bar.set_scroll_dir(lv.DIR.VER)
125
notification_bar.set_style_border_width(0, 0)
0 commit comments