mirror of
https://github.com/CTCaer/hekate.git
synced 2024-11-02 11:30:41 +00:00
nyx: Fix about screen 2nd pane left margin
This commit is contained in:
parent
8ff01301cb
commit
1e4d63731b
@ -721,9 +721,8 @@ static void _create_tab_about(lv_theme_t * th, lv_obj_t * parent)
|
||||
" Copyright (c) 2016 Gabor Kiss-Vamosi"
|
||||
);
|
||||
|
||||
|
||||
lv_obj_t * lbl_octopus = lv_label_create(parent, NULL);
|
||||
lv_obj_align(lbl_octopus, lbl_credits, LV_ALIGN_OUT_RIGHT_TOP, LV_DPI, 0);
|
||||
lv_obj_align(lbl_octopus, lbl_credits, LV_ALIGN_OUT_RIGHT_TOP, -LV_DPI / 10, 0);
|
||||
lv_ta_set_style(lbl_octopus, LV_TA_STYLE_BG, &monospace_text);
|
||||
lv_label_set_recolor(lbl_octopus, true);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user