Skip to content

Commit

Permalink
chore(color): Set height of edit fields to match other UI elements (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
philmoz authored Oct 8, 2023
1 parent 3cbcc6b commit 746dcb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radio/src/gui/colorlcd/themes/etx_lv_theme.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ static void style_init(void)
lv_style_init(&styles.field);
lv_style_set_bg_opa(&styles.field, LV_OPA_COVER);
lv_style_set_pad_top(&styles.field, 4);
lv_style_set_pad_bottom(&styles.field, 5);
lv_style_set_pad_bottom(&styles.field, 3);
lv_style_set_pad_left(&styles.field, 4);
lv_style_set_pad_right(&styles.field, 4);

Expand Down

0 comments on commit 746dcb0

Please sign in to comment.