diff --git a/src/app.rs b/src/app.rs index 842cb9d..c9c8ad9 100644 --- a/src/app.rs +++ b/src/app.rs @@ -1218,7 +1218,7 @@ impl cosmic::Application for CosmicAppLibrary { let window = container(content) .width(Length::Fill) .height(Length::Fill) - .max_height(656) + .max_height(684) .max_width(1200.0) .style(theme::Container::Custom(Box::new(|theme| { container::Appearance {