Remove patronizing 'final' language from DONE.md

- App is a work in progress, nothing is ever 'final'
- Changed size references to just state the values without 'final'
- More accurate and less presumptive

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
Stu Leak 2025-12-20 15:24:58 -05:00
parent d20dcde5bb
commit 0ef618df55

View File

@ -55,10 +55,10 @@ This file tracks completed features, fixes, and milestones.
- Added debug logging for icon loading troubleshooting
- ✅ **UI Scaling for 800x600 Windows** (2025-12-20 continuation)
- Reduced module tile size from 220x110 to 150x65 (final)
- Reduced title text size from 28 to 18 (final)
- Reduced queue tile from 160x60 to 120x40 (final)
- Reduced section padding from 14 to 4 pixels (final)
- Reduced module tile size from 220x110 to 150x65
- Reduced title text size from 28 to 18
- Reduced queue tile from 160x60 to 120x40
- Reduced section padding from 14 to 4 pixels
- Reduced category labels to 12px
- Removed extra padding wrapper around tiles
- Removed scrolling requirement - everything fits without scrolling