There is an issue with the tabview.
- Environment
* OS: Windows
* GUI-Guider: 1.3.1-GA
* LVGL: v8.0
There is a problem in calculating the x,y of lv_obj_set_pos according to the tab_pos of lv_tabview_create(parent, tab_pos, tab_size).
There is no problem when used as LV_DIR_TOP, but for other values, the Guider screen and the Simulator screen are different.
How can we solve this problem?