Merge pull request #595 from billsix/fixContextualOverviewText

show full label in overview popup by expanding horizontal space
This commit is contained in:
Micha Mettke 2018-01-03 04:04:00 -08:00 committed by GitHub
commit 363e9eef20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -687,7 +687,7 @@ overview(struct nk_context *ctx)
struct nk_rect bounds;
/* menu contextual */
nk_layout_row_static(ctx, 30, 150, 1);
nk_layout_row_static(ctx, 30, 160, 1);
bounds = nk_widget_bounds(ctx);
nk_label(ctx, "Right click me for menu", NK_TEXT_LEFT);