diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowMenuCommonItem/MenuSend.c b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowMenuCommonItem/MenuSend.c index ca85eb7cc..995eba06a 100644 --- a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowMenuCommonItem/MenuSend.c +++ b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowMenuCommonItem/MenuSend.c @@ -553,8 +553,8 @@ void show_send_time_page(lv_obj_t* obj, const int sendType) lv_obj_set_hidden(SendTimeMatrixObj_0, false); lv_obj_set_click(SendTimeMatrixObj_0, true); lv_obj_set_drag(SendTimeMatrixObj_0, false); - lv_obj_set_pos(SendTimeMatrixObj_0, 65, 81); - lv_obj_set_size(SendTimeMatrixObj_0, 190, 80); + lv_obj_set_pos(SendTimeMatrixObj_0, 20, 81); + lv_obj_set_size(SendTimeMatrixObj_0, 280, 80); lv_btnmatrix_set_map(SendTimeMatrixObj_0, SendTimeMap_0); lv_btnmatrix_set_one_check(SendTimeMatrixObj_0, true); lv_btnmatrix_set_align(SendTimeMatrixObj_0, LV_LABEL_ALIGN_CENTER); @@ -571,8 +571,8 @@ void show_send_time_page(lv_obj_t* obj, const int sendType) lv_obj_set_hidden(SendTimeMatrixObj_1, false); lv_obj_set_click(SendTimeMatrixObj_1, true); lv_obj_set_drag(SendTimeMatrixObj_1, false); - lv_obj_set_pos(SendTimeMatrixObj_1, 65, 81); - lv_obj_set_size(SendTimeMatrixObj_1, 190, 80); + lv_obj_set_pos(SendTimeMatrixObj_1, 110, 81); + lv_obj_set_size(SendTimeMatrixObj_1, 100, 80); lv_btnmatrix_set_map(SendTimeMatrixObj_1, SendTimeMap_1); lv_btnmatrix_set_one_check(SendTimeMatrixObj_1, true); lv_btnmatrix_set_align(SendTimeMatrixObj_1, LV_LABEL_ALIGN_CENTER);