Have the height of the style dropdown be automatic

This commit is contained in:
Rob Loach 2024-04-25 16:39:17 -04:00
parent 4cfea49522
commit 86da26fbc1
No known key found for this signature in database
GPG Key ID: 627C60834A74A21A
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ overview(struct nk_context *ctx)
#ifdef INCLUDE_STYLE #ifdef INCLUDE_STYLE
/* style selector */ /* style selector */
nk_layout_row_dynamic(ctx, 30, 2); nk_layout_row_dynamic(ctx, 0, 2);
{ {
int new_theme; int new_theme;
nk_label(ctx, "Style:", NK_TEXT_LEFT); nk_label(ctx, "Style:", NK_TEXT_LEFT);