shell: Even longer minimize duration
This commit is contained in:
parent
625218bbf6
commit
61a3f5c4c8
2 changed files with 2 additions and 2 deletions
|
|
@ -47,7 +47,7 @@ mod grabs;
|
|||
pub use self::grabs::*;
|
||||
|
||||
pub const ANIMATION_DURATION: Duration = Duration::from_millis(200);
|
||||
pub const MINIMIZE_ANIMATION_DURATION: Duration = Duration::from_millis(300);
|
||||
pub const MINIMIZE_ANIMATION_DURATION: Duration = Duration::from_millis(400);
|
||||
|
||||
#[derive(Debug, Default)]
|
||||
pub struct FloatingLayout {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue