You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to align window title to the center of the window bar, window title is rendered on the left side by default
Can somebody please point me to the right location?
with this code
if (nk_begin(ctx_nuklear, "menu", nk_rect(menu__position_x, menu__position_y, 750, 400), NK_WINDOW_MOVABLE | NK_WINDOW_BORDER))
Is there some way to add NK_TEXT_CENTERED to it?
thank you
The text was updated successfully, but these errors were encountered:
I want to align window title to the center of the window bar, window title is rendered on the left side by default
Can somebody please point me to the right location?
with this code
if (nk_begin(ctx_nuklear, "menu", nk_rect(menu__position_x, menu__position_y, 750, 400), NK_WINDOW_MOVABLE | NK_WINDOW_BORDER))
Is there some way to add
NK_TEXT_CENTERED
to it?thank you
The text was updated successfully, but these errors were encountered: