flightlessmango / MangoHud

A Vulkan and OpenGL overlay for monitoring FPS, temperatures, CPU/GPU load and more. Discord: https://discordapp.com/invite/Gj5YmBb
MIT License
6.13k stars 262 forks source link

Custom text and exec text not placed in proper collumns #1282

Closed stele95 closed 3 months ago

stele95 commented 3 months ago

Describe the bug Custom text and exec text not following proper collumn positioning, check attached picture. Not sure which commit is to blame, but it started acting like this after updating today

List relevant hardware/software information

To Reproduce

  1. Use config file from here as a config file for MangoHud
  2. Start mangohud vkgears from the terminal
  3. Custom text and exec text not following column placement like other info, instead they are skipping collumns

Expected behavior Custom text and exec text should follow column placement like other info

Screenshots Screenshot_20240406_202430

flightlessmango commented 3 months ago

I had added an extra column that wasn't needed, fix here 6e5581ba7987a49f861d6e84bed1a81d67c98a15 You might still notice a difference in how it works compared to before, that's because the text is now right aligned like every other item

stele95 commented 3 months ago

It works now. I like the right aligned text because everything looks properly aligned now. Thanks for the quick fix

Screenshot_20240407_102234