mirror of
https://github.com/CTCaer/hekate
synced 2024-12-22 03:11:16 +00:00
whoopsie
This commit is contained in:
parent
e0b4feadd9
commit
585e78f5a2
1 changed files with 1 additions and 1 deletions
|
@ -2616,7 +2616,7 @@ void create_tab_info(lv_theme_t *th, lv_obj_t *parent)
|
|||
lv_obj_t *label_txt5 = lv_label_create(h2, NULL);
|
||||
lv_label_set_recolor(label_txt5, true);
|
||||
lv_label_set_static_text(label_txt5,
|
||||
"View info about the eMMC chip or microSD cardand their partition list.\n"
|
||||
"View info about the eMMC chip or microSD card and their partition list.\n"
|
||||
"Additionally you can benchmark their speeds.");
|
||||
lv_obj_set_style(label_txt5, &hint_small_style);
|
||||
lv_obj_align(label_txt5, btn5, LV_ALIGN_OUT_BOTTOM_LEFT, 0, LV_DPI / 3);
|
||||
|
|
Loading…
Reference in a new issue