Skip to content

Commit 885accc

Browse files
author
Stephan Dilly
committed
more room for files
1 parent 9e1d8af commit 885accc

File tree

1 file changed

+2
-2
lines changed
  • src/components/commit_details

1 file changed

+2
-2
lines changed

src/components/commit_details/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ impl DrawableComponent for CommitDetailsComponent {
113113
.direction(Direction::Vertical)
114114
.constraints(
115115
[
116-
Constraint::Percentage(70),
117-
Constraint::Percentage(30),
116+
Constraint::Percentage(60),
117+
Constraint::Percentage(40),
118118
]
119119
.as_ref(),
120120
)

0 commit comments

Comments
 (0)