fix(splash): skip runtime title/version draw and use mantle background #179
Reference in New Issue
Block a user
Delete Branch "feat/editing-context-system"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Fix splash screen text rendering where the title and version were drawn outside the rounded background rectangle, and switch to a darker mantle background color.
Changes
SplashScreen::splashImage()since the PNG already has them baked in bygenerate-splash.py. The text was being drawn at position (6,75) which falls outside the rounded background rect (starts at 30,30).#1e1e2e) to mantle (#181825) ingenerate-splash.pykindredcreatesplash.pngandkindredcreatesplash_2x.pngwith the new colorChecklist