pidgin/pidgin

Simplify some button images

12 months ago, Elliott Sales de Andrade
2e49acd1c587
Parents ce5c1634c6a1
Children f3bece910126
Simplify some button images

Testing Done:
Opened a few notifications from the Demo protocol.

Reviewed at https://reviews.imfreedom.org/r/2411/
--- a/pidgin/resources/Notifications/addcontact.ui Fri Mar 31 00:40:44 2023 -0500
+++ b/pidgin/resources/Notifications/addcontact.ui Fri Mar 31 00:48:38 2023 -0500
@@ -64,17 +64,13 @@
<object class="GtkButton" id="remove">
<property name="focusable">1</property>
<property name="receives-default">1</property>
+ <property name="icon-name">edit-delete-symbolic</property>
<property name="halign">center</property>
<property name="valign">center</property>
<signal name="clicked" handler="pidgin_notification_add_contact_remove_cb" object="PidginNotificationAddContact" swapped="no"/>
<style>
<class name="flat"/>
</style>
- <child>
- <object class="GtkImage">
- <property name="icon-name">edit-delete-symbolic</property>
- </object>
- </child>
</object>
</child>
</template>
--- a/pidgin/resources/Notifications/authorizationrequest.ui Fri Mar 31 00:40:44 2023 -0500
+++ b/pidgin/resources/Notifications/authorizationrequest.ui Fri Mar 31 00:48:38 2023 -0500
@@ -77,17 +77,13 @@
<object class="GtkButton" id="remove">
<property name="focusable">1</property>
<property name="receives-default">1</property>
+ <property name="icon-name">edit-delete-symbolic</property>
<property name="halign">center</property>
<property name="valign">center</property>
<signal name="clicked" handler="pidgin_notification_authorization_request_remove_cb" object="PidginNotificationAuthorizationRequest" swapped="no"/>
<style>
<class name="flat"/>
</style>
- <child>
- <object class="GtkImage">
- <property name="icon-name">edit-delete-symbolic</property>
- </object>
- </child>
</object>
</child>
</template>
--- a/pidgin/resources/Notifications/connectionerror.ui Fri Mar 31 00:40:44 2023 -0500
+++ b/pidgin/resources/Notifications/connectionerror.ui Fri Mar 31 00:48:38 2023 -0500
@@ -68,17 +68,13 @@
<object class="GtkButton" id="remove">
<property name="focusable">1</property>
<property name="receives-default">1</property>
+ <property name="icon-name">edit-delete-symbolic</property>
<property name="halign">center</property>
<property name="valign">center</property>
<signal name="clicked" handler="pidgin_notification_connection_error_remove_cb" object="PidginNotificationConnectionError" swapped="no"/>
<style>
<class name="flat"/>
</style>
- <child>
- <object class="GtkImage">
- <property name="icon-name">edit-delete-symbolic</property>
- </object>
- </child>
</object>
</child>
</template>
--- a/pidgin/resources/Prefs/credentialprovider.ui Fri Mar 31 00:40:44 2023 -0500
+++ b/pidgin/resources/Prefs/credentialprovider.ui Fri Mar 31 00:48:38 2023 -0500
@@ -34,13 +34,9 @@
<property name="sensitive" bind-source="PidginCredentialProviderRow" bind-property="active">0</property>
<property name="focusable">1</property>
<property name="receives-default">1</property>
+ <property name="icon-name">document-properties-symbolic</property>
<property name="halign">center</property>
<property name="valign">center</property>
- <child>
- <object class="GtkImage">
- <property name="icon-name">document-properties-symbolic</property>
- </object>
- </child>
<style>
<class name="circular"/>
</style>