summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Sales de Andrade <quantum.analyst@gmail.com>2023-03-31 00:48:38 -0500
committerElliott Sales de Andrade <quantum.analyst@gmail.com>2023-03-31 00:48:38 -0500
commit4b7141ab910107160c32e759ff5653b3c0e5148e (patch)
treedecbe1811990cac753b5b157b0353b7e76e90955
parent0087ad8239a9f32042199848028d19b2dcde6a9c (diff)
downloadpidgin-4b7141ab910107160c32e759ff5653b3c0e5148e.tar.gz
Simplify some button images
Testing Done: Opened a few notifications from the Demo protocol. Reviewed at https://reviews.imfreedom.org/r/2411/
-rw-r--r--pidgin/resources/Notifications/addcontact.ui6
-rw-r--r--pidgin/resources/Notifications/authorizationrequest.ui6
-rw-r--r--pidgin/resources/Notifications/connectionerror.ui6
-rw-r--r--pidgin/resources/Prefs/credentialprovider.ui6
4 files changed, 4 insertions, 20 deletions
diff --git a/pidgin/resources/Notifications/addcontact.ui b/pidgin/resources/Notifications/addcontact.ui
index 261576bcf1..bf2856364b 100644
--- a/pidgin/resources/Notifications/addcontact.ui
+++ b/pidgin/resources/Notifications/addcontact.ui
@@ -64,17 +64,13 @@ along with this program; if not, see <https://www.gnu.org/licenses/>.
<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>
diff --git a/pidgin/resources/Notifications/authorizationrequest.ui b/pidgin/resources/Notifications/authorizationrequest.ui
index 5443170caa..43dce4fbf2 100644
--- a/pidgin/resources/Notifications/authorizationrequest.ui
+++ b/pidgin/resources/Notifications/authorizationrequest.ui
@@ -77,17 +77,13 @@ along with this program; if not, see <https://www.gnu.org/licenses/>.
<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>
diff --git a/pidgin/resources/Notifications/connectionerror.ui b/pidgin/resources/Notifications/connectionerror.ui
index 913ef85549..e6a79d2337 100644
--- a/pidgin/resources/Notifications/connectionerror.ui
+++ b/pidgin/resources/Notifications/connectionerror.ui
@@ -68,17 +68,13 @@ along with this library; if not, see <https://www.gnu.org/licenses/>.
<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>
diff --git a/pidgin/resources/Prefs/credentialprovider.ui b/pidgin/resources/Prefs/credentialprovider.ui
index 63f800d4b2..8ba62bacef 100644
--- a/pidgin/resources/Prefs/credentialprovider.ui
+++ b/pidgin/resources/Prefs/credentialprovider.ui
@@ -34,13 +34,9 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<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>