mirror of
https://github.com/openai/codex.git
synced 2026-09-17 12:23:33 +00:00
fix: change MIN_ANIMATION_HEIGHT so show_animation is calculated correctly
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user