mirror of
https://github.com/gitui-org/gitui
synced 2026-05-22 16:38:28 +00:00
small visual fixes
This commit is contained in:
parent
b9c105605e
commit
77a20fb86f
1 changed files with 2 additions and 1 deletions
|
|
@ -489,9 +489,10 @@ impl SubmodulesListComponent {
|
|||
f.render_widget(
|
||||
Paragraph::new(self.get_text(
|
||||
&self.theme,
|
||||
r.width,
|
||||
r.width.saturating_add(1),
|
||||
height_in_lines,
|
||||
))
|
||||
.block(Block::default().borders(Borders::RIGHT))
|
||||
.alignment(Alignment::Left),
|
||||
r,
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue