Skip to content

Commit 47ff937

Browse files
author
Stephan Dilly
committed
workaround tui-rs issue
1 parent 047939b commit 47ff937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/blame_file.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ impl DrawableComponent for BlameFileComponent {
8585
.try_into()?,
8686
),
8787
// the source code line
88-
Constraint::Min(0),
88+
Constraint::Percentage(100),
8989
];
9090

9191
let number_of_rows = rows.len();

0 commit comments

Comments
 (0)