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