Radish alpha
r
Radicle terminal user interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
inbox: Adjust table cutoff
Erik Kundt committed 2 years ago
commit a37a53b99c859625bfb1f99537464623dd2eae5d
parent 4b2eeef240f9297c3f3f37c449cd5669caf40efd
1 file changed +2 -0
modified bin/commands/inbox/flux/select/ui.rs
@@ -283,6 +283,8 @@ impl Render<()> for Notifications {
                widths,
                header,
                footer: Some(footer),
+
                cutoff: 200,
+
                cutoff_after: 6,
            },
        );
    }