diff options
Diffstat (limited to 'src/ui/screen_playing.cpp')
| -rw-r--r-- | src/ui/screen_playing.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/screen_playing.cpp b/src/ui/screen_playing.cpp index a1f91902..ce0f71d6 100644 --- a/src/ui/screen_playing.cpp +++ b/src/ui/screen_playing.cpp @@ -109,7 +109,7 @@ Playing::Playing(std::weak_ptr<database::Database> db, audio::TrackQueue* queue) lv_obj_set_layout(content_, LV_LAYOUT_FLEX); lv_group_set_wrap(group_, false); - lv_obj_set_size(content_, lv_pct(100), LV_SIZE_CONTENT); + lv_obj_set_size(content_, lv_pct(100), lv_disp_get_ver_res(NULL)); 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); |
