aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-contact-blocking-dialog.ui
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2011-08-09 00:04:47 +0800
committerWill Thompson <will.thompson@collabora.co.uk>2011-08-09 00:06:12 +0800
commit75e1fbc9e330e16c48a835e4f73d468b00c7b5b5 (patch)
treeaa08c917b8141ef32ab7f324de89d702d829b37c /libempathy-gtk/empathy-contact-blocking-dialog.ui
parent5846186ace8c9e513aef0eb5ec9f13a61cdb4424 (diff)
downloadgsoc2013-empathy-75e1fbc9e330e16c48a835e4f73d468b00c7b5b5.tar
gsoc2013-empathy-75e1fbc9e330e16c48a835e4f73d468b00c7b5b5.tar.gz
gsoc2013-empathy-75e1fbc9e330e16c48a835e4f73d468b00c7b5b5.tar.bz2
gsoc2013-empathy-75e1fbc9e330e16c48a835e4f73d468b00c7b5b5.tar.lz
gsoc2013-empathy-75e1fbc9e330e16c48a835e4f73d468b00c7b5b5.tar.xz
gsoc2013-empathy-75e1fbc9e330e16c48a835e4f73d468b00c7b5b5.tar.zst
gsoc2013-empathy-75e1fbc9e330e16c48a835e4f73d468b00c7b5b5.zip
Blocking dialog: Gnome 3-ify Remove button
Diffstat (limited to 'libempathy-gtk/empathy-contact-blocking-dialog.ui')
-rw-r--r--libempathy-gtk/empathy-contact-blocking-dialog.ui21
1 files changed, 11 insertions, 10 deletions
diff --git a/libempathy-gtk/empathy-contact-blocking-dialog.ui b/libempathy-gtk/empathy-contact-blocking-dialog.ui
index 2e943105e..766d27b23 100644
--- a/libempathy-gtk/empathy-contact-blocking-dialog.ui
+++ b/libempathy-gtk/empathy-contact-blocking-dialog.ui
@@ -39,11 +39,10 @@
</packing>
</child>
<child>
- <object class="GtkHBox" id="hbox1">
+ <object class="GtkVBox" id="blocked-contacts-vbox">
<property name="visible">True</property>
- <property name="spacing">6</property>
<child>
- <object class="GtkScrolledWindow" id="scrolledwindow1">
+ <object class="GtkScrolledWindow" id="blocked-contacts-sw">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="hscrollbar_policy">never</property>
@@ -77,22 +76,24 @@
</packing>
</child>
<child>
- <object class="GtkVButtonBox" id="vbuttonbox1">
+ <object class="GtkToolbar" id="remove-toolbar">
<property name="visible">True</property>
- <property name="layout_style">start</property>
+ <property name="icon_size">1</property>
+ <style>
+ <class name="inline-toolbar"/>
+ </style>
<child>
- <object class="GtkButton" id="remove-button">
- <property name="label">gtk-remove</property>
+ <object class="GtkToolButton" id="remove-button">
+ <property name="stock_id">gtk-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="use_stock">True</property>
+ <property name="tooltip-text" translatable="yes">Remove</property>
</object>
<packing>
<property name="expand">False</property>
- <property name="fill">False</property>
- <property name="position">0</property>
+ <property name="homogeneous">True</property>
</packing>
</child>
</object>