Skip to content

Commit 0c793d2

Browse files
committed
Reduced the distance between the text (maybe fix #19)
1 parent 6332eae commit 0c793d2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/ui/view/about.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ impl TimeKeeper {
2727
.align_y(Center),
2828
text("Михаил Краснов <https://github.com/mskrasnov>").size(12),
2929
]
30-
.spacing(5),
30+
.spacing(3),
3131
column![
3232
row![text("Другие участники"), horizontal_rule(0)]
3333
.spacing(5)
3434
.align_y(Center),
3535
text("Данила Макаров: дизайн, текст проекта").size(12),
3636
text("Максим Марушин: тестирование, текст проекта").size(12),
3737
]
38-
.spacing(5),
38+
.spacing(3),
3939
column![
4040
row![text("TimeKeeper в интернете"), horizontal_rule(0)]
4141
.spacing(5)
@@ -51,9 +51,9 @@ impl TimeKeeper {
5151
]
5252
.spacing(5),
5353
]
54-
.spacing(5),
54+
.spacing(3),
5555
]
56-
.spacing(10);
56+
.spacing(8);
5757

5858
let layout = column![
5959
row![self.get_logo(), self.get_header()]

0 commit comments

Comments
 (0)