File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -3,22 +3,23 @@ using Gtk 4.0;
3
3
template $ExmCommentTile: Gtk.Widget {
4
4
Gtk.Box {
5
5
orientation: vertical;
6
+ spacing: 6;
6
7
7
8
Gtk.Box {
8
9
orientation: horizontal;
9
10
10
11
Gtk.Label author {
11
12
styles [
12
- "heading"
13
+ "heading",
13
14
]
14
15
15
- xalign: 0;
16
16
label: bind template.comment as <$ExmComment>.author;
17
+ xalign: 0;
17
18
}
18
19
19
20
Gtk.Label author_badge {
20
21
styles [
21
- "author-badge"
22
+ "author-badge",
22
23
]
23
24
24
25
label: _("Author");
@@ -35,11 +36,10 @@ template $ExmCommentTile: Gtk.Widget {
35
36
36
37
Gtk.Label {
37
38
styles [
38
- "multiline"
39
+ "multiline",
39
40
]
40
41
41
42
label: bind template.comment as <$ExmComment>.comment;
42
- margin-top: 6;
43
43
use-markup: true;
44
44
wrap: true;
45
45
wrap-mode: word_char;
@@ -48,10 +48,9 @@ template $ExmCommentTile: Gtk.Widget {
48
48
49
49
Gtk.Label date {
50
50
styles [
51
- "dim-label"
51
+ "dim-label",
52
52
]
53
53
54
- margin-top: 6;
55
54
xalign: 0;
56
55
}
57
56
}
You can’t perform that action at this time.
0 commit comments