M.Sz.
M.Sz.
@jasmeer sure, check `(*StyleSetter).SetFontSize` it allows you to set font size in any item The only point here is, that font size stuff is currently bugged (see #479 ) so...
@jasmeer does this work?
@jasmeer yep, as far as I see, it is part of v0.6.2.
hmm, as far as I remember I was getting feedback from my friends who I shown my builds (https://github.com/gucio321/tic-tac-go as well as example/gifdecode) about antyvirus alerts (it was iirc windows...
meh, I see the problemm. you need to use native imgui's implementation of table (imgui.BeginTable/imgui.EndTable) because you need to add your own scroll handling **before** imgui.EndTable call. It is how...
well, I always tought that there is a flag for it, but it isn't... I'll think about some alternative too.
@rasteric I'd suggest u to check/ask in https://github.com/ocornut/imgui if they have (or are planning to have) this feature, because IMO this feature should be in base repo instead implemented here.
I cannot reproduce that behaviour:  my os is Fedora 35; gnome-shell 41.4 here are my display settings (if it could help anyone) settings 
_I suppose_ it is something about glfw as window sizes are handled by it However I'm not 100% sure, I could be something related with giu DPI scaling or so......
Hi there! could you provide more details about your use case? what do you mean by "highlighting text"?