Skip to content

Commit

Permalink
fix: increase max height
Browse files Browse the repository at this point in the history
  • Loading branch information
git-f0x authored Jul 16, 2024
1 parent 3489c53 commit 40d4e67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 40d4e67

Please sign in to comment.