Skip to content

Commit

Permalink
feat(window): switch icon to info-outline-symbolic (#12)
Browse files Browse the repository at this point in the history
This is consistent with apps like Loupe. The tooltip was also changed to
include the app name.
  • Loading branch information
Bart Gravendeel authored Mar 30, 2024
1 parent 0ef44f9 commit fb3b5aa
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 5 deletions.
2 changes: 0 additions & 2 deletions data/resources/icons/about-symbolic.svg

This file was deleted.

46 changes: 46 additions & 0 deletions data/resources/icons/info-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: 1 addition & 1 deletion data/resources/resources.gresource.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</gresource>
<gresource prefix="/io/github/finefindus/Hieroglyphic/icons/scalable/actions">
<file preprocess="xml-stripblanks" alias="eraser-symbolic.svg">icons/eraser5-symbolic.svg</file>
<file preprocess="xml-stripblanks" alias="about-symbolic.svg">icons/about-symbolic.svg</file>
<file preprocess="xml-stripblanks" alias="info-outline-symbolic.svg">icons/info-outline-symbolic.svg</file>
<!-- Generated preview of the latex symbols -->
<file compressed="true" alias="M5SW443ZNVRC2T2UGEWV633INU-symbolic.svg">icons/M5SW443ZNVRC2T2UGEWV633INU-symbolic.svg</file>
<file compressed="true" alias="M5SW443ZNVRC2T2UGEWV6Y3FNRZWS5LT-symbolic.svg">icons/M5SW443ZNVRC2T2UGEWV6Y3FNRZWS5LT-symbolic.svg</file>
Expand Down
4 changes: 2 additions & 2 deletions data/resources/ui/window.ui
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
<child type="end">
<object class="GtkButton">
<property name="action-name">app.about</property>
<property name="icon-name">about-symbolic</property>
<property name="tooltip-text" translatable="yes">About</property>
<property name="icon-name">info-outline-symbolic</property>
<property name="tooltip-text" translatable="yes">About Hieroglyphic</property>
</object>
</child>
</object>
Expand Down

0 comments on commit fb3b5aa

Please sign in to comment.