CleverRaven / Cataclysm-DDA

Cataclysm - Dark Days Ahead. A turn-based survival game set in a post-apocalyptic world.
http://cataclysmdda.org
Other
10.28k stars 4.12k forks source link

Monster list direction column overflow when monsters are above/below #73926

Open Miner239 opened 4 months ago

Miner239 commented 4 months ago

Describe the bug

The direction label for positions above or below the player is 5 char long instead of 2 the GUI expects, leading to the label overflowing to the next row.

Attach save file

N/A

Steps to reproduce

  1. Go up a level
  2. Open monster list menu

Expected behavior

  1. Direction column reserves spacing for 5 char labels
  2. Remake direction labels to fit 2 char space (use arrows instead?)

Screenshots

image image

Versions and configuration

Additional context

No response

PGR-14 commented 4 months ago

Can confirm, seen this a bunch of times & thought it was normal

PGR-14 commented 4 months ago

Ok, there's already a fix in motion: https://github.com/CleverRaven/Cataclysm-DDA/pull/73800

RenechCDDA commented 4 months ago

Ok, there's already a fix in motion: #73800

I think you've linked the wrong PR

PGR-14 commented 4 months ago

Oh yeah, that was for another issue, sorry

casswedson commented 3 months ago

/confirmed