fix: change MIN_ANIMATION_HEIGHT so show_animation is calculated correctly

This commit is contained in:
Michael Bolin
2025-09-15 09:49:46 -07:00
parent 5c583fe89b
commit 89db8ae521

View File

@@ -17,7 +17,7 @@ use std::time::Duration;
use std::time::Instant;
const FRAME_TICK: Duration = FRAME_TICK_DEFAULT;
const MIN_ANIMATION_HEIGHT: u16 = 21;
const MIN_ANIMATION_HEIGHT: u16 = 20;
const MIN_ANIMATION_WIDTH: u16 = 60;
pub(crate) struct WelcomeWidget {