Fix missing icons and make others even more consistent

This commit is contained in:
heliguy
2025-01-05 21:56:44 -05:00
parent e65e6a3fa8
commit 49e9d98421
9 changed files with 19 additions and 10 deletions

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg height="16px" viewBox="0 0 16 16" width="16px" xmlns="http://www.w3.org/2000/svg">
<g fill="#2e3436">
<path d="m 1 2 h 14 v 2 h -14 z m 0 0"/>
<path d="m 1 7 h 14 v 2 h -14 z m 0 0"/>
<path d="m 1 12 h 14 v 2 h -14 z m 0 0"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 314 B

View File

@@ -45,7 +45,7 @@ template $WarehouseWindow: Adw.ApplicationWindow {
}
[end]
MenuButton main_menu {
icon-name: "open-menu-symbolic";
icon-name: "warehouse:open-menu-symbolic";
tooltip-text: _("Main Menu");
menu-model: primary_menu;
}

View File

@@ -108,7 +108,7 @@ template $PackagesPage : Adw.BreakpointBin {
Adw.StatusPage no_results {
title: _("No Results Found");
description: _("Try a different search");
icon-name: "system-search-symbolic";
icon-name: "warehouse:loupe-large-symbolic";
}
}
[bottom]
@@ -131,7 +131,7 @@ template $PackagesPage : Adw.BreakpointBin {
MenuButton copy_button {
styles ["raised"]
Adw.ButtonContent {
icon-name: "edit-warehouse:copy-symbolic";
icon-name: "warehouse:edit-copy-symbolic";
label: _("Copy");
can-shrink: true;
}

View File

@@ -152,7 +152,7 @@ template $RemotesPage : Adw.NavigationPage {
Adw.StatusPage no_results {
title: _("No Results Found");
description: _("Try a different search");
icon-name: "system-search-symbolic";
icon-name: "warehouse:loupe-large-symbolic";
}
}
}

View File

@@ -66,7 +66,7 @@ template $NewSnapshotDialog : Adw.Dialog {
Adw.StatusPage no_results {
title: _("No Results Found");
description: _("Try a different search");
icon-name: "system-search-symbolic";
icon-name: "warehouse:loupe-large-symbolic";
}
}
[bottom]

View File

@@ -57,7 +57,7 @@ template $SnapshotPage : Adw.BreakpointBin {
Adw.StatusPage no_results {
title: _("No Results Found");
description: _("Try a different search");
icon-name: "system-search-symbolic";
icon-name: "warehouse:loupe-large-symbolic";
}
ScrolledWindow scrolled_window {
Box {
@@ -145,7 +145,7 @@ template $SnapshotPage : Adw.BreakpointBin {
sensitive: false;
styles ["raised"]
Adw.ButtonContent {
icon-name: "edit-warehouse:copy-symbolic";
icon-name: "warehouse:edit-copy-symbolic";
label: _("Copy");
can-shrink: true;
}

View File

@@ -67,7 +67,7 @@ template $DataSubpage : Stack {
Adw.StatusPage no_results {
title: _("No Results Found");
description: _("Try a different search");
icon-name: "system-search-symbolic";
icon-name: "warehouse:loupe-large-symbolic";
valign: center;
}
}

View File

@@ -39,7 +39,7 @@ template $UserDataPage : Adw.BreakpointBin {
$SidebarButton {}
[start]
ToggleButton search_button {
icon-name: "system-search-symbolic";
icon-name: "warehouse:loupe-large-symbolic";
tooltip-text: _("Search User Data");
}
[end]
@@ -86,7 +86,7 @@ template $UserDataPage : Adw.BreakpointBin {
sensitive: false;
styles ["raised"]
Adw.ButtonContent {
icon-name: "edit-warehouse:copy-symbolic";
icon-name: "warehouse:edit-copy-symbolic";
label: _("Copy");
can-shrink: true;
}

View File

@@ -66,5 +66,6 @@
<file preprocess="xml-stripblanks" alias="warehouse:minus-large-symbolic.svg">../data/icons/minus-large-symbolic.svg</file>
<file preprocess="xml-stripblanks" alias="warehouse:list-remove-all-symbolic.svg">../data/icons/list-remove-all-symbolic.svg</file>
<file preprocess="xml-stripblanks" alias="warehouse:edit-symbolic.svg">../data/icons/edit-symbolic.svg</file>
<file preprocess="xml-stripblanks" alias="warehouse:open-menu-symbolic.svg">../data/icons/open-menu-symbolic.svg</file>
</gresource>
</gresources>