Skip to content

Commit

Permalink
make text more centered
Browse files Browse the repository at this point in the history
  • Loading branch information
xMasterX committed Sep 11, 2023
1 parent 8835ef3 commit 953a747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/services/gui/modules/variable_item_list.c
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ static void variable_item_list_draw_callback(Canvas* canvas, void* _model) {
canvas_draw_str(canvas, 6, item_text_y, item->label);
} else {
if(furi_string_size(item->current_value_text) < (size_t)4) {
temp_x_default = 82;
temp_x_default = 80;
temp_w_default = 71;
}
elements_scrollable_text_line_str(
Expand Down

0 comments on commit 953a747

Please sign in to comment.