diff options
| author | Riku Isokoski <riksu9000@gmail.com> | 2022-07-27 20:10:39 +0300 |
|---|---|---|
| committer | JF <JF002@users.noreply.github.com> | 2022-08-02 22:53:10 +0200 |
| commit | b768829c633dd8fa344b744382d7d75c71c4229f (patch) | |
| tree | e9f0e6c7e0623647979ffeb36031186f15bdaf77 /src/displayapp/lv_pinetime_theme.c | |
| parent | 67e0cad5733c6d3201f1414b89c8faf568dcb2bd (diff) | |
More timeout options and improved checkbox alignment
Diffstat (limited to 'src/displayapp/lv_pinetime_theme.c')
| -rw-r--r-- | src/displayapp/lv_pinetime_theme.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/displayapp/lv_pinetime_theme.c b/src/displayapp/lv_pinetime_theme.c index 9c90ce12..f712004a 100644 --- a/src/displayapp/lv_pinetime_theme.c +++ b/src/displayapp/lv_pinetime_theme.c @@ -207,7 +207,7 @@ static void basic_init(void) { lv_style_reset(&style_cb_bg); lv_style_set_radius(&style_cb_bg, LV_STATE_DEFAULT, LV_DPX(4)); - lv_style_set_pad_inner(&style_cb_bg, LV_STATE_DEFAULT, LV_DPX(10)); + lv_style_set_pad_inner(&style_cb_bg, LV_STATE_DEFAULT, 18); lv_style_set_outline_color(&style_cb_bg, LV_STATE_DEFAULT, LV_COLOR_WHITE); lv_style_set_outline_width(&style_cb_bg, LV_STATE_DEFAULT, LV_DPX(2)); lv_style_set_outline_pad(&style_cb_bg, LV_STATE_DEFAULT, LV_DPX(20)); |
