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