Skip to content

Commit

Permalink
Resize last row on second page
Browse files Browse the repository at this point in the history
  • Loading branch information
Master92 committed Nov 11, 2024
1 parent 3a1f7d9 commit 2dae18a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/page_wifi.c
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ typedef struct {
* Globals
*/
static lv_coord_t col_dsc[] = {160, 160, 160, 180, 160, 160, LV_GRID_TEMPLATE_LAST};
static lv_coord_t row_dsc[] = {60, 60, 60, 60, 60, 60, 60, 40, LV_GRID_TEMPLATE_LAST};
static lv_coord_t row_dsc[] = {60, 60, 60, 60, 60, 60, 60, 60, 40, LV_GRID_TEMPLATE_LAST};
static page_options_t page_wifi = {0};
static lv_timer_t *page_wifi_apply_settings_timer = NULL;
static lv_timer_t *page_wifi_apply_settings_pending_timer = NULL;
Expand Down

0 comments on commit 2dae18a

Please sign in to comment.