Style updates: whiter button border, app_kb no border

This commit is contained in:
Kiss-Vamosi Gabor
2017-01-09 06:46:27 +01:00
parent 4b2a5b227e
commit 2d7e770b4b
2 changed files with 2 additions and 2 deletions

View File

@@ -84,7 +84,7 @@ void lv_app_kb_init(void)
kb_btnms.rects.round = 0;
kb_btnms.rects.bwidth = 0;
// kb_btnms.btns.rects.bwidth = 0;
kb_btnms.btns.rects.bwidth = 0;
kb_btnms.btns.rects.round = 0;
}