File tree Expand file tree Collapse file tree
internal_filesystem/builtin/apps/com.micropythonos.about/assets Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,14 +15,12 @@ class About(Activity):
1515 def onCreate (self ):
1616 self ._uptime_label = None
1717 self ._timer = None
18- self ._header_font = FontManager .getFont (size = 14 , family = "Montserrat" , emoji = False )
19- self ._body_font = FontManager .getFont (size = 12 , family = "Montserrat" , emoji = False )
18+ self ._header_font = FontManager .getFont (size = 14 , family = "Montserrat" )
19+ self ._body_font = FontManager .getFont (size = 12 , family = "Montserrat" )
2020 screen = lv .obj ()
2121 screen .set_style_border_width (0 , lv .PART .MAIN )
2222 screen .set_flex_flow (lv .FLEX_FLOW .COLUMN )
2323 screen .set_style_pad_all (DisplayMetrics .pct_of_width (2 ), lv .PART .MAIN )
24- # Make the screen focusable so it can be scrolled with the arrow keys
25- lv .group_get_default ().add_obj (screen )
2624
2725 # Logo
2826 img = lv .image (screen )
You can’t perform that action at this time.
0 commit comments