mirror of
https://github.com/extrawurst/gitui.git
synced 2024-11-22 11:03:25 +03:00
small visual fixes
This commit is contained in:
parent
b9c105605e
commit
77a20fb86f
@ -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 New Issue
Block a user