New icon for send button

This commit is contained in:
jeffser 2024-05-29 15:22:42 -06:00
parent 3a5dc568c5
commit 48c2fd2e81
3 changed files with 6 additions and 3 deletions

View File

@ -3,6 +3,7 @@
<gresource prefix="/com/jeffser/Alpaca"> <gresource prefix="/com/jeffser/Alpaca">
<file>style.css</file> <file>style.css</file>
<file>style-dark.css</file> <file>style-dark.css</file>
<file alias="icons/scalable/status/paper-plane-symbolic.svg">icons/paper-plane-symbolic.svg</file>
<file preprocess="xml-stripblanks">window.ui</file> <file preprocess="xml-stripblanks">window.ui</file>
<file preprocess="xml-stripblanks">gtk/help-overlay.ui</file> <file preprocess="xml-stripblanks">gtk/help-overlay.ui</file>
</gresource> </gresource>

View File

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

After

Width:  |  Height:  |  Size: 204 B

View File

@ -225,7 +225,7 @@
</style> </style>
<child> <child>
<object class="AdwButtonContent"> <object class="AdwButtonContent">
<property name="icon-name">send-to-symbolic</property> <property name="icon-name">paper-plane-symbolic</property>
</object> </object>
</child> </child>
</object> </object>
@ -267,7 +267,7 @@
<child> <child>
<object class="AdwPreferencesPage" id="general_page"> <object class="AdwPreferencesPage" id="general_page">
<property name="title" translatable="yes">General</property> <property name="title" translatable="yes">General</property>
<property name="icon-name">insert-link-symbolic</property> <property name="icon-name">preferences-system-symbolic</property>
<child> <child>
<object class="AdwPreferencesGroup"> <object class="AdwPreferencesGroup">
<property name="title" translatable="yes">Remote Connection</property> <property name="title" translatable="yes">Remote Connection</property>
@ -302,7 +302,7 @@
<child> <child>
<object class="AdwPreferencesPage" id="model_page"> <object class="AdwPreferencesPage" id="model_page">
<property name="title" translatable="yes">Advanced Model Settings</property> <property name="title" translatable="yes">Advanced Model Settings</property>
<property name="icon-name">preferences-system-symbolic</property> <property name="icon-name">preferences-other-symbolic</property>
<child> <child>
<object class="AdwPreferencesGroup"> <object class="AdwPreferencesGroup">
<property name="title" translatable="yes">Model Tweaks</property> <property name="title" translatable="yes">Model Tweaks</property>