Skip to content

Commit

Permalink
example(table): fix text alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
kisvegabor committed Dec 22, 2021
1 parent 2392f58 commit b03dc9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/widgets/table/lv_example_table_1.c
Expand Up @@ -18,7 +18,7 @@ static void draw_part_event_cb(lv_event_t * e)
}
/*In the first column align the texts to the right*/
else if(col == 0) {
dsc->label_dsc->flag = LV_TEXT_ALIGN_RIGHT;
dsc->label_dsc->align = LV_TEXT_ALIGN_RIGHT;
}

/*MAke every 2nd row grayish*/
Expand Down

0 comments on commit b03dc9c

Please sign in to comment.