Skip to content

Commit

Permalink
Replace funnel-symbolic with funnel-outline-symbolic (#148)
Browse files Browse the repository at this point in the history
* Replace funnel-symbolic with funnel-outline-symbolic

* Add funnel outline icon

---------

Co-authored-by: stardustspirit <[email protected]>
  • Loading branch information
kyrosene and stardustspirit authored Oct 29, 2024
1 parent a02b32b commit 2fd24f3
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 2 additions & 0 deletions data/icons/funnel-outline-symbolic.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 0 additions & 2 deletions data/icons/funnel-symbolic.svg

This file was deleted.

4 changes: 2 additions & 2 deletions src/packages_page/packages_page.blp
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ template $PackagesPage : Adw.BreakpointBin {
}
[end]
ToggleButton filter_button {
icon-name: "funnel-symbolic";
icon-name: "funnel-outline-symbolic";
tooltip-text: _("Filter Packages");
}
[end]
Expand All @@ -92,7 +92,7 @@ template $PackagesPage : Adw.BreakpointBin {
Adw.StatusPage no_filter_results {
title: _("No Packages Match Filters");
description: _("No installed package matches all of the currently applied filters");
icon-name: "funnel-symbolic";
icon-name: "funnel-outline-symbolic";
Button reset_filters_button {
label: _("Reset Filters");
halign: center;
Expand Down
2 changes: 1 addition & 1 deletion src/remotes_page/remote_row.blp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ template $RemoteRow : Adw.ActionRow {
Button filter_button {
styles ["flat"]
valign: center;
icon-name: "funnel-symbolic";
icon-name: "funnel-outline-symbolic";
tooltip-text: _("Set a Filter for this Remote");
}
[suffix]
Expand Down
2 changes: 1 addition & 1 deletion src/warehouse.gresource.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<file preprocess="xml-stripblanks" alias="check-plain-symbolic.svg">../data/icons/check-plain-symbolic.svg</file>
<file preprocess="xml-stripblanks" alias="paper-filled-symbolic.svg">../data/icons/paper-filled-symbolic.svg</file>
<file preprocess="xml-stripblanks" alias="plus-large-symbolic.svg">../data/icons/plus-large-symbolic.svg</file>
<file preprocess="xml-stripblanks" alias="funnel-symbolic.svg">../data/icons/funnel-symbolic.svg</file>
<file preprocess="xml-stripblanks" alias="funnel-outline-symbolic.svg">../data/icons/funnel-outline-symbolic.svg</file>
<file preprocess="xml-stripblanks" alias="flatpak-symbolic.svg">../data/icons/flatpak-symbolic.svg</file>
<file preprocess="xml-stripblanks" alias="right-large-symbolic.svg">../data/icons/right-large-symbolic.svg</file>
<file preprocess="xml-stripblanks" alias="view-more-symbolic.svg">../data/icons/view-more-symbolic.svg</file>
Expand Down

0 comments on commit 2fd24f3

Please sign in to comment.