mirror of
https://github.com/vicliu624/trail-mate.git
synced 2026-09-27 06:07:58 +00:00
fix: reserve footer space for help key
This commit is contained in:
@@ -911,7 +911,7 @@ class UConsoleDesktopShell
|
||||
footer_context_label_ =
|
||||
createLabel(bar, "Overview", &lv_font_montserrat_12,
|
||||
embedded_palette::kTextWarm);
|
||||
lv_obj_set_width(footer_context_label_, 190);
|
||||
lv_obj_set_width(footer_context_label_, 130);
|
||||
|
||||
footer_status_label_ =
|
||||
createLabel(bar, "Starting services...", &lv_font_montserrat_12,
|
||||
|
||||
Reference in New Issue
Block a user