diff options
| author | Riku Isokoski <riksu9000@gmail.com> | 2021-09-20 12:13:46 (GMT) |
|---|---|---|
| committer | JF <JF002@users.noreply.github.com> | 2021-12-09 20:32:07 (GMT) |
| commit | 9ffd28f735fd2a184f03b2ce4a46a24b7de10ba4 (patch) | |
| tree | 20ffc01294bc774b2169f27a45cb5c5dc4973afd /src/displayapp/lv_pinetime_theme.c | |
| parent | 589733d11e623ea66ee0bba231f53c67ce04ce7a (diff) | |
Style checkboxes as radio buttons
Diffstat (limited to 'src/displayapp/lv_pinetime_theme.c')
| -rw-r--r-- | src/displayapp/lv_pinetime_theme.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/displayapp/lv_pinetime_theme.c b/src/displayapp/lv_pinetime_theme.c index 1780e64..b74b2fd 100644 --- a/src/displayapp/lv_pinetime_theme.c +++ b/src/displayapp/lv_pinetime_theme.c @@ -119,7 +119,6 @@ static void basic_init(void) { lv_style_set_bg_color(&style_btn, LV_STATE_DISABLED | LV_STATE_CHECKED, lv_color_hex3(0x888)); lv_style_set_border_color(&style_btn, LV_STATE_DEFAULT, theme.color_primary); lv_style_set_border_width(&style_btn, LV_STATE_DEFAULT, 0); - lv_style_set_border_opa(&style_btn, LV_STATE_CHECKED, LV_OPA_TRANSP); lv_style_set_text_color(&style_btn, LV_STATE_DEFAULT, lv_color_hex(0xffffff)); lv_style_set_text_color(&style_btn, LV_STATE_CHECKED, lv_color_hex(0xffffff)); |
