show full label in overview popup by expanding horizontal space
This commit is contained in:
parent
5bbe337399
commit
1b64d1241d
@ -687,7 +687,7 @@ overview(struct nk_context *ctx)
|
|||||||
struct nk_rect bounds;
|
struct nk_rect bounds;
|
||||||
|
|
||||||
/* menu contextual */
|
/* menu contextual */
|
||||||
nk_layout_row_static(ctx, 30, 150, 1);
|
nk_layout_row_static(ctx, 30, 160, 1);
|
||||||
bounds = nk_widget_bounds(ctx);
|
bounds = nk_widget_bounds(ctx);
|
||||||
nk_label(ctx, "Right click me for menu", NK_TEXT_LEFT);
|
nk_label(ctx, "Right click me for menu", NK_TEXT_LEFT);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user