Skip to content

Commit

Permalink
Have the height of the style dropdown be automatic
Browse files Browse the repository at this point in the history
  • Loading branch information
RobLoach committed Apr 25, 2024
1 parent 4cfea49 commit 86da26f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/common/overview.c
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ overview(struct nk_context *ctx)

#ifdef INCLUDE_STYLE
/* style selector */
nk_layout_row_dynamic(ctx, 30, 2);
nk_layout_row_dynamic(ctx, 0, 2);
{
int new_theme;
nk_label(ctx, "Style:", NK_TEXT_LEFT);
Expand Down

0 comments on commit 86da26f

Please sign in to comment.