mirror of
https://github.com/morgan9e/warehouse
synced 2026-04-14 00:04:08 +09:00
Fix missing icons and make others even more consistent
This commit is contained in:
8
data/icons/open-menu-symbolic.svg
Normal file
8
data/icons/open-menu-symbolic.svg
Normal 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 |
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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]
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user