Skip to content

Commit d9a563c

Browse files
committed
Increased size of project name to help with smaller windows
1 parent 806c674 commit d9a563c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/token_maker.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ impl TokenMaker {
530530
row![
531531
left,
532532
horizontal_space(Length::Fill),
533-
center.width(Length::FillPortion(2)),
533+
center.width(Length::FillPortion(4)),
534534
horizontal_space(Length::Fill),
535535
right,
536536
]

0 commit comments

Comments
 (0)