Mercurial > repos > blastem
diff nuklear_ui/blastem_nuklear.c @ 2372:6099d4906c0c
Merge
author | Michael Pavone <pavone@retrodev.com> |
---|---|
date | Mon, 13 Nov 2023 23:48:10 -0800 |
parents | 3e064001594a |
children | 1c09f5be285b |
line wrap: on
line diff
--- a/nuklear_ui/blastem_nuklear.c Thu Nov 09 23:30:20 2023 -0800 +++ b/nuklear_ui/blastem_nuklear.c Mon Nov 13 23:48:10 2023 -0800 @@ -2339,7 +2339,7 @@ { if (nk_begin(context, "Firmware", nk_rect(0, 0, render_width(), render_height()), 0)) { uint32_t desired_width = context->style.font->height * 10; - nk_layout_row_static(context, context->style.font->height, desired_width, 2); + nk_layout_row_static(context, context->style.font->height * 1.25f, desired_width, 2); static const char* exts[] = {"md", "bin", "smd"}; settings_path(context, "TMSS ROM", "system\0tmss_path\0", "tmss.md", exts, 3); settings_path(context, "US CD BIOS", "system\0scd_bios_us\0", "cdbios.md", exts, 3);