We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6332eae commit 0c793d2Copy full SHA for 0c793d2
1 file changed
src/ui/view/about.rs
@@ -27,15 +27,15 @@ impl TimeKeeper {
27
.align_y(Center),
28
text("Михаил Краснов <https://github.com/mskrasnov>").size(12),
29
]
30
- .spacing(5),
+ .spacing(3),
31
column![
32
row![text("Другие участники"), horizontal_rule(0)]
33
.spacing(5)
34
35
text("Данила Макаров: дизайн, текст проекта").size(12),
36
text("Максим Марушин: тестирование, текст проекта").size(12),
37
38
39
40
row![text("TimeKeeper в интернете"), horizontal_rule(0)]
41
@@ -51,9 +51,9 @@ impl TimeKeeper {
51
52
.spacing(5),
53
54
55
56
- .spacing(10);
+ .spacing(8);
57
58
let layout = column![
59
row![self.get_logo(), self.get_header()]
0 commit comments