Radish alpha
r
Radicle terminal user interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
issue: Adjust to const-width table widget
Erik Kundt committed 2 years ago
commit 323303130673299b5dcf83689a17f016130ecb63
parent 336977f86e529c854d87fbd94c321a1c159c1c1f
1 file changed +1 -1
modified bin/commands/issue/select/ui.rs
@@ -154,7 +154,7 @@ impl<'a: 'static> Widget for BrowsePage<'a> {
                        .focus(props.focus)
                        .to_boxed(),
                )
-
                .content(Box::<Table<State, Action, IssueItem>>::new(
+
                .content(Box::<Table<State, Action, IssueItem, 8>>::new(
                    Table::new(state, action_tx.clone())
                        .on_event(|table, action_tx| {
                            TableState::from_boxed_any(table).and_then(|table| {