mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2026-04-22 10:01:46 +00:00
Fix mod menu buttons cutting off
This commit is contained in:
parent
ef2112759e
commit
62597b1e5e
1 changed files with 1 additions and 3 deletions
|
|
@ -115,9 +115,7 @@ void djui_panel_mod_menu_mod_create(struct DjuiBase* caller) {
|
|||
}
|
||||
}
|
||||
djui_paginated_calculate_height(paginated);
|
||||
if (count == 8) {
|
||||
djui_base_set_size(layoutBase, layoutBase->width.value, layoutBase->height.value + 16);
|
||||
}
|
||||
djui_base_set_size(layoutBase, layoutBase->width.value, 650);
|
||||
|
||||
djui_button_create(body, DLANG(MENU, BACK), DJUI_BUTTON_STYLE_BACK, djui_panel_menu_back);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue