mirror of
https://github.com/gitui-org/gitui
synced 2026-05-24 01:18:21 +00:00
workaround tui-rs issue
This commit is contained in:
parent
047939ba6e
commit
47ff93734e
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ impl DrawableComponent for BlameFileComponent {
|
|||
.try_into()?,
|
||||
),
|
||||
// the source code line
|
||||
Constraint::Min(0),
|
||||
Constraint::Percentage(100),
|
||||
];
|
||||
|
||||
let number_of_rows = rows.len();
|
||||
|
|
|
|||
Loading…
Reference in a new issue