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.28k stars 272 forks source link

horizontal_stretch=0 + table_columns no effect / no word wrap no line wrap #1248

Open nyllewin opened 5 months ago

nyllewin commented 5 months ago

Describe the bug Mangohud ignoring table_columns in horizontal mode with horizontal_stretch=0, unable to wrap to line 2 as desired.

List relevant hardware/software information

To Reproduce Steps to reproduce the behavior: horizontal horizontal_stretch=0 table_columns=literally any value

no effect on line/word wrap.

Expected behavior the one horizontal line should break at a certain point displaying it over 2 lines instead of just 1, allowing for a floating 2 line dock with the - unavoidable - shorter line to be centered in the middle of the longer line. leaving a bit of space around both ends of the shorter line. Or ideally have the backdrop of the shorter line removed where the line ends but still have it centered aligned with the longer line.

Screenshots image

Additional context asked in discord before opening this issue there is a similar issue

thank you