You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When using horizontal mode (horizontal enabled), but without the stretch (horizontal_stretch=0), all right-aligned positions (top-right, middle-right and bottom-right) make the HUD disappear.
List relevant hardware/software information
Linux Distribution: Arch Linux
MangoHud version: 0.7.2
GPU: Sapphire Pulse RX 7900 XTX
To Reproduce
Steps to reproduce the behavior:
Set ~/.config/MangoHud/MangoHud.conf to this: MangoHud.conf
Open a game with MangoHud.
Observe that the HUD is visible.
Change line 249 in the above config to position=top-right (or any other *-right position).
Open the same game with MangoHud.
Observe that the HUD is missing.
Expected behavior
The HUD should be visible in the top-right corner (or whatever *-right position you set).
Screenshots position=top-left:
position=top-right:
The text was updated successfully, but these errors were encountered:
So horizontal_stretch=0 is pretty much a hack. top-left, top-center, bottom-left, bottom-center should work. Getting it to right align was a little harder than I thought it would be.
Describe the bug
When using horizontal mode (
horizontal
enabled), but without the stretch (horizontal_stretch=0
), all right-aligned positions (top-right
,middle-right
andbottom-right
) make the HUD disappear.List relevant hardware/software information
To Reproduce
Steps to reproduce the behavior:
~/.config/MangoHud/MangoHud.conf
to this: MangoHud.confposition=top-right
(or any other*-right
position).Expected behavior
The HUD should be visible in the top-right corner (or whatever
*-right
position you set).Screenshots
position=top-left
:position=top-right
:The text was updated successfully, but these errors were encountered: