File tree Expand file tree Collapse file tree 2 files changed +12
-17
lines changed
src/Library/demos/Status Page Expand file tree Collapse file tree 2 files changed +12
-17
lines changed Original file line number Diff line number Diff line change @@ -5,21 +5,20 @@ Adw.StatusPage status_page {
55 title: _("Status Page");
66 description: _("A page used for empty/error states and similar use-cases.");
77 icon-name: "loupe-symbolic";
8- child: child;
9- }
108
11- Box child {
12- margin-top: 18;
13- orientation: vertical;
14- halign: center;
9+ Box {
10+ margin-top: 18;
11+ orientation: vertical;
12+ halign: center;
1513
16- LinkButton {
17- label: _("API Reference");
18- uri: "https://gnome.pages.gitlab.gnome.org/libadwaita/doc/1.4/class.StatusPage.html";
19- }
14+ LinkButton {
15+ label: _("API Reference");
16+ uri: "https://gnome.pages.gitlab.gnome.org/libadwaita/doc/1.4/class.StatusPage.html";
17+ }
2018
21- LinkButton {
22- label: _("Human Interface Guidelines");
23- uri: "https://developer.gnome.org/hig/patterns/feedback/placeholders.html";
19+ LinkButton {
20+ label: _("Human Interface Guidelines");
21+ uri: "https://developer.gnome.org/hig/patterns/feedback/placeholders.html";
22+ }
2423 }
2524}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments