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 and wash2 committed Aug 1, 2024
1 parent 7e6f634 commit 525a42b
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 @@ -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 {
Expand Down

0 comments on commit 525a42b

Please sign in to comment.