File tree 1 file changed +3
-30
lines changed
1 file changed +3
-30
lines changed Original file line number Diff line number Diff line change @@ -19,44 +19,17 @@ template $TvPlayer: Adw.Window {
19
19
Gtk.Box {
20
20
orientation: horizontal;
21
21
valign: start;
22
- margin-start: 6;
23
- margin-top: 6;
24
- margin-end: 6;
25
- spacing: 6;
26
22
27
23
[center]
28
- ClapperGtk.LeadContainer {
29
- halign: center;
24
+ ClapperGtk.TitleHeader {
30
25
hexpand: true;
31
-
32
- Gtk.Box {
33
- styles [
34
- "osd",
35
- "rounded",
36
- ]
37
-
38
- Adw.Clamp {
39
- tightening-threshold: 600;
40
- maximum-size: 600;
41
-
42
- Gtk.Label {
43
- label: bind template.title;
44
- justify: center;
45
- ellipsize: end;
46
- margin-start: 6;
47
- margin-end: 6;
48
-
49
- styles [
50
- "heading",
51
- ]
52
- }
53
- }
54
- }
55
26
}
56
27
57
28
[end]
58
29
Gtk.Button {
30
+ margin-end: 6;
59
31
halign: end;
32
+ valign: center;
60
33
icon-name: "window-close-symbolic";
61
34
action-name: "window.close";
62
35
You can’t perform that action at this time.
0 commit comments