diff options
Diffstat (limited to 'src/ui/screen.cpp')
| -rw-r--r-- | src/ui/screen.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/screen.cpp b/src/ui/screen.cpp index bdc30fcd..7cc37680 100644 --- a/src/ui/screen.cpp +++ b/src/ui/screen.cpp @@ -76,6 +76,8 @@ MenuScreen::MenuScreen(models::TopBar& top_bar_model, lv_obj_set_flex_flow(content_, LV_FLEX_FLOW_COLUMN); lv_obj_set_flex_align(content_, LV_FLEX_ALIGN_START, LV_FLEX_ALIGN_START, LV_FLEX_ALIGN_START); + + lv_obj_set_style_pad_all(content_, 4, LV_PART_MAIN); } } // namespace ui |
