Skip to content

Commit

Permalink
fix: fix row height on iced 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
oknozor committed Apr 18, 2024
1 parent 35248d4 commit 0cd8a2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/entries/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pub(crate) trait AsEntry<'a> {
};

let row = row
.height(Length::Fill)
.height(Length::Shrink)
.width(Length::Fill)
.spacing(theme.spacing)
// See : https://github.com/iced-rs/iced/pull/1044
Expand Down

0 comments on commit 0cd8a2a

Please sign in to comment.