Width & Table Columbs broken in MangoPeel plugin. Dev says it's a MangoHud issue.
Describe the bug In horizontal mode width and table column settings do nothing. Changing font scale creates odd behaviors with width and table columns settings.
List relevant hardware/software information
- SteamOS Preview Channel(3.5.10) -SD OLED LE -MangoPeel Plugin(v .4) using decky RC
To Reproduce Steps to reproduce the behavior:
- Choose horizontal mode in MangoPeel
- Attempt to change width or table cloumns
- Norhing actually changes and it no longer wraps around to the next line
- If you now change font scale settings you get odd behavior with width/table column settings.
Expected behavior Width and table columns should do what they're supposed to. Font scale changes should exhibit expected behavior.
Screenshots If applicable, add screenshots to help explain your problem.
Additional context https://github.com/Gawah/MangoPeel/issues/8
Enter gamescope -- sh -c "mangoapp & vkcube" in the console, and then configure parameters in /home/deck/.config/MangoHud/MangoHud.conf to test and rule out plugin errors. In the latest v0.7.0 vision for Steam Deck, the table_columns parameter is not working in horizontal mode.
When I roll back the MangoHud version to 0.6.9, it is evident that table_columns=5 is effective .
Using font_scale=0.5 does reduce the font size, but the vertical bar | does not shrink, and the spacing between the fonts does not decrease.
Resetting font_scale back to 1 results in spacing that is different from the initial setting.
It seems like these two issues have already been raised before. #1101 #1036