From a4f09491b570da01afa2de4cf827b719c89c3af6 Mon Sep 17 00:00:00 2001 From: Hanspeter Portner Date: Wed, 14 Jul 2021 21:17:46 +0200 Subject: increase height of context window. --- VERSION | 2 +- patchmatrix_nk.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 88ad9a3..7753be7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.25.15 +0.25.17 diff --git a/patchmatrix_nk.c b/patchmatrix_nk.c index 65c9f97..447819d 100644 --- a/patchmatrix_nk.c +++ b/patchmatrix_nk.c @@ -1195,7 +1195,7 @@ _expose(struct nk_context *ctx, struct nk_rect wbounds, void *data) #ifdef JACK_HAS_METADATA_API (app->type != TYPE_OSC) && (app->type != TYPE_CV) && #endif - nk_contextual_begin(ctx, 0, nk_vec2(100, 220), nk_window_get_bounds(ctx))) + nk_contextual_begin(ctx, 0, nk_vec2(100, 360), nk_window_get_bounds(ctx))) { nk_layout_row_dynamic(ctx, app->dy, 1); if(nk_contextual_item_label(ctx, "Mixer 1x1", NK_TEXT_LEFT)) -- cgit v1.2.1