Skip to content

Commit 1eb2d08

Browse files
UrtsiSantsilw64
authored andcommitted
Library: Simplify "Status Page" entry (#793)
1 parent 1bd62db commit 1eb2d08

File tree

2 files changed

+12
-17
lines changed

2 files changed

+12
-17
lines changed

src/Library/demos/Status Page/main.blp

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff 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
}

src/Library/demos/Status Page/main.js

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)