From 525a42bf32dfc6057f7072294a4847551a97dca9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vuka=C5=A1in=20Vojinovi=C4=87?= <150025636+git-f0x@users.noreply.github.com> Date: Tue, 16 Jul 2024 16:18:54 +0200 Subject: [PATCH] fix: increase max height --- src/app.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.rs b/src/app.rs index e34e4cc..67f7426 100644 --- a/src/app.rs +++ b/src/app.rs @@ -1290,7 +1290,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 {