Skip to content

Commit

Permalink
fix: tabled update
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Aug 17, 2024
1 parent 0b496eb commit 5a7e68f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/table.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ type SettingMinWidth = Settings<SettingPriority, MinWidth>;

pub fn term_size_settings() -> SettingMinWidth {
Settings::default()
.with(Width::wrap(*TERM_WIDTH).priority::<PriorityMax>())
.with(Width::wrap(*TERM_WIDTH).priority(PriorityMax))
.with(Width::increase(*TERM_WIDTH))
// .with(Height::limit(*TERM_HEIGHT))
// .with(Height::increase(*TERM_HEIGHT))
Expand Down

0 comments on commit 5a7e68f

Please sign in to comment.