Skip to content

Commit 631f2db

Browse files
committed
Lower the maximum scroll padding
1 parent a1f0eaa commit 631f2db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/list/state.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ use std::{
1212

1313
use crate::{app_state::AppState, exercise::Exercise, term::progress_bar, MAX_EXERCISE_NAME_LEN};
1414

15-
const MAX_SCROLL_PADDING: usize = 8;
15+
const MAX_SCROLL_PADDING: usize = 5;
1616
// +1 for column padding.
1717
const SPACE: &[u8] = &[b' '; MAX_EXERCISE_NAME_LEN + 1];
1818

0 commit comments

Comments
 (0)