More UI work

This commit is contained in:
heliguy
2024-07-21 14:51:39 -04:00
parent 027c0c63c9
commit 0299ef3f04
2 changed files with 14 additions and 0 deletions

View File

@@ -6,6 +6,10 @@ template $RemoteRow : Adw.ActionRow {
Label suffix_label {
styles ["subtitle"]
margin-end: 6;
wrap: true;
wrap-mode: word_char;
hexpand: true;
justify: right;
}
[suffix]
Button {

View File

@@ -16,6 +16,16 @@ template $RemotesPage : Adw.NavigationPage {
icon-name: "loupe-large-symbolic";
tooltip-text: _("Search Packages");
}
[end]
Button {
tooltip-text: _("Add Remote from File");
sensitive: false;
Adw.ButtonContent {
can-shrink: true;
icon-name: "folder-open-symbolic";
label: _("Open");
}
}
}
[top]
Adw.Clamp {