sersorrel / WhosTalking

See Discord voice activity indicators directly on your party list.
3 stars 4 forks source link

Fix combo box width in settings #25

Open sersorrel opened 1 month ago

sersorrel commented 1 month ago

combo box width in the settings is odd and they don't really fit properly

this can apparently be fixed with something like "Setnextitemsize(imgui.getcontentregionavail().x) before each combo"

because "they only take 50% of the area by default to show the label on the right"