diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-01-23 19:05:18 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-01-23 19:05:18 +0800 |
commit | aba616dfea6dde6e9f66a71a600d90553a04fe90 (patch) | |
tree | 8190e98b94c31ab4de3b3fc3dc1cec8334f83839 /libempathy-gtk/empathy-contact-blocking-dialog.ui | |
parent | 140d5bcc021f83c8b5057c87764c72c60659c16a (diff) | |
download | gsoc2013-empathy-aba616dfea6dde6e9f66a71a600d90553a04fe90.tar gsoc2013-empathy-aba616dfea6dde6e9f66a71a600d90553a04fe90.tar.gz gsoc2013-empathy-aba616dfea6dde6e9f66a71a600d90553a04fe90.tar.bz2 gsoc2013-empathy-aba616dfea6dde6e9f66a71a600d90553a04fe90.tar.lz gsoc2013-empathy-aba616dfea6dde6e9f66a71a600d90553a04fe90.tar.xz gsoc2013-empathy-aba616dfea6dde6e9f66a71a600d90553a04fe90.tar.zst gsoc2013-empathy-aba616dfea6dde6e9f66a71a600d90553a04fe90.zip |
contact-blocking-dialog: use the right style for the remove button
Diffstat (limited to 'libempathy-gtk/empathy-contact-blocking-dialog.ui')
-rw-r--r-- | libempathy-gtk/empathy-contact-blocking-dialog.ui | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/libempathy-gtk/empathy-contact-blocking-dialog.ui b/libempathy-gtk/empathy-contact-blocking-dialog.ui index 25499ac70..fd95186e6 100644 --- a/libempathy-gtk/empathy-contact-blocking-dialog.ui +++ b/libempathy-gtk/empathy-contact-blocking-dialog.ui @@ -86,12 +86,12 @@ </style> <child> <object class="GtkToolButton" id="remove-button"> - <property name="stock_id">gtk-remove</property> + <property name="tooltip-text" translatable="yes">Remove</property> <property name="visible">True</property> - <property name="sensitive">False</property> <property name="can_focus">True</property> <property name="receives_default">True</property> - <property name="tooltip-text" translatable="yes">Remove</property> + <property name="icon_name">list-remove-symbolic</property> + <property name="use_underline">True</property> </object> <packing> <property name="expand">False</property> @@ -101,6 +101,7 @@ </object> <packing> <property name="expand">False</property> + <property name="fill">False</property> <property name="position">1</property> </packing> </child> |