Merge pull request #596 from archisman-panigrahi/master

Fix icon in settings window
This commit is contained in:
Archisman Panigrahi 2024-07-06 12:51:00 -04:00 committed by GitHub
commit 321869c6e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.38.2 --> <!-- Generated with glade 3.40.0 -->
<!-- <!--
~ Safe Eyes is a utility to remind you to take break frequently ~ Safe Eyes is a utility to remind you to take break frequently
~ to protect your eyes from eye strain. ~ to protect your eyes from eye strain.
@ -1156,7 +1156,7 @@
<object class="GtkImage" id="img_icon"> <object class="GtkImage" id="img_icon">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can-focus">False</property> <property name="can-focus">False</property>
<property name="icon-name">safeeyes</property> <property name="icon-name">io.github.slgobinath.SafeEyes</property>
<property name="icon_size">1</property> <property name="icon_size">1</property>
</object> </object>
</child> </child>