Well, I wasn't really expecting to be teaching a class on imgui tweaks here, but I guess I don't mind.
Pretty much the same as the "NoTitleBar" change: imgui.Begin("Experience Bar", nil, "NoResize")
And if you'd like to combine it with "NoTitleBar": imgui.Begin("Experience Bar", nil...