17 lines
577 B
Markdown
17 lines
577 B
Markdown
|
|
---
|
||
|
|
id: 21
|
||
|
|
title: Consolidate duplicated screen-size constants
|
||
|
|
status: done
|
||
|
|
priority: low
|
||
|
|
created: 2026-07-17T03:58:20.43055577+02:00
|
||
|
|
updated: 2026-07-19T21:49:54.332882291+02:00
|
||
|
|
started: 2026-07-19T21:49:54.33435439+02:00
|
||
|
|
completed: 2026-07-19T21:49:54.33435439+02:00
|
||
|
|
tags:
|
||
|
|
- cleanup
|
||
|
|
claimed_by: rain-raven
|
||
|
|
claimed_at: 2026-07-19T21:49:54.332882291+02:00
|
||
|
|
class: standard
|
||
|
|
---
|
||
|
|
|
||
|
|
From framework review (docs/framework_review.md), P2-5. ImgIOTools and ImgTools both define $maxScreenWidth/$maxScreenHeight to the same values (1067/600). Drift risk. Consolidate into one place.
|