Have the height of the style dropdown be automatic
This commit is contained in:
parent
4cfea49522
commit
86da26fbc1
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue