Author Topic: [DONE][Sugesstion] Configurable width of the Loot UI  (Read 411 times)

Offline hth

  • Captain
  • ***
  • Posts: 62
    • View Profile
[DONE][Sugesstion] Configurable width of the Loot UI
« on: April 06, 2025, 08:04:54 pm »
Too much horizontal space makes that list inspection way too tiresome for eyes, especially in big mods with lots of various stuff. How about to overhaul it a bit, adding column to the left by little space? Or even completely remove then those fancy dots and former numbers at right? (Although it can be looked out of place with two other adjacent report windows)
« Last Edit: April 06, 2025, 08:47:34 pm by hth »

Offline Meridian

  • Global Moderator
  • Commander
  • *****
  • Posts: 9534
    • View Profile
Re: [DONE][Sugesstion] Configurable width of the Loot UI
« Reply #1 on: April 08, 2025, 11:00:36 am »
Too much horizontal space makes that list inspection way too tiresome for eyes

Done.

https://github.com/MeridianOXC/OpenXcom/commit/67982c8c5db8098b59950f86331b894a79c2db42

The horizontal space can now be configured:

Code: [Select]
interfaces:
  - type: debriefing
    elements:
      - id: list
        color: 239   # bright green
        color2: 138  # yellow
        custom: 254  # min=90, max=254 (default)