Validate remaining right-side horizontal HUD placement edge cases #1

Open
opened 2026-03-31 03:05:03 +00:00 by 44r0n7 · 0 comments
Owner

Right-side HUD placement in horizontal preview is much better, but still needs one more real user validation pass.

Remaining checks:

  • compact right-aligned layouts may still sit farther left than expected
  • corner-aligned right previews need retesting with hud_no_margin both on and off
  • confirm top/bottom edge padding stays consistent in those cases

Known context:

  • upstream MangoHud right anchors are native: x = display_width - window_size.x - margin + offset_x
  • upstream zeroes normal edge margin when offset_x > 0, offset_y > 0, or hud_no_margin is enabled
  • remaining odd behavior is likely tied to MangoHud post-render horizontal window_size.x / table-content width behavior, not the anchor formula itself
Right-side HUD placement in horizontal preview is much better, but still needs one more real user validation pass. Remaining checks: - compact right-aligned layouts may still sit farther left than expected - corner-aligned right previews need retesting with `hud_no_margin` both on and off - confirm top/bottom edge padding stays consistent in those cases Known context: - upstream MangoHud right anchors are native: `x = display_width - window_size.x - margin + offset_x` - upstream zeroes normal edge margin when `offset_x > 0`, `offset_y > 0`, or `hud_no_margin` is enabled - remaining odd behavior is likely tied to MangoHud post-render horizontal `window_size.x` / table-content width behavior, not the anchor formula itself
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: 44r0n7/mangotune#1