aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-dialogs.ui
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2010-05-06 23:19:07 +0800
committerMilan Crha <mcrha@redhat.com>2010-05-06 23:19:07 +0800
commit0b743a787cf5cc69b2521d41e1c7f5ec8a798101 (patch)
tree34013d59118135640291f814f3124bd60b8187ca /mail/mail-dialogs.ui
parent518c616d27de69fe92834440a22c1c45982c3d0f (diff)
downloadgsoc2013-evolution-0b743a787cf5cc69b2521d41e1c7f5ec8a798101.tar
gsoc2013-evolution-0b743a787cf5cc69b2521d41e1c7f5ec8a798101.tar.gz
gsoc2013-evolution-0b743a787cf5cc69b2521d41e1c7f5ec8a798101.tar.bz2
gsoc2013-evolution-0b743a787cf5cc69b2521d41e1c7f5ec8a798101.tar.lz
gsoc2013-evolution-0b743a787cf5cc69b2521d41e1c7f5ec8a798101.tar.xz
gsoc2013-evolution-0b743a787cf5cc69b2521d41e1c7f5ec8a798101.tar.zst
gsoc2013-evolution-0b743a787cf5cc69b2521d41e1c7f5ec8a798101.zip
Bug #240317 - Allow searching in subscribe dialog
Diffstat (limited to 'mail/mail-dialogs.ui')
-rw-r--r--mail/mail-dialogs.ui98
1 files changed, 84 insertions, 14 deletions
diff --git a/mail/mail-dialogs.ui b/mail/mail-dialogs.ui
index e416aeb649..fa7eda0a21 100644
--- a/mail/mail-dialogs.ui
+++ b/mail/mail-dialogs.ui
@@ -202,19 +202,26 @@
<property name="orientation">vertical</property>
<property name="spacing">12</property>
<child>
- <object class="GtkHBox" id="hbox1">
+ <object class="GtkTable" id="top_items_table">
<property name="visible">True</property>
- <property name="spacing">12</property>
+ <property name="n_rows">2</property>
+ <property name="n_columns">3</property>
+ <property name="column_spacing">12</property>
+ <property name="row_spacing">6</property>
<child>
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="label" translatable="yes">S_erver:</property>
<property name="use_underline">True</property>
+ <property name="xalign">1</property>
</object>
<packing>
- <property name="expand">False</property>
- <property name="fill">False</property>
- <property name="position">0</property>
+ <property name="left_attach">0</property>
+ <property name="right_attach">1</property>
+ <property name="top_attach">0</property>
+ <property name="bottom_attach">1</property>
+ <property name="x_options">GTK_FILL</property>
+ <property name="y_options"></property>
</packing>
</child>
<child>
@@ -222,9 +229,12 @@
<property name="visible">True</property>
</object>
<packing>
- <property name="expand">False</property>
- <property name="fill">False</property>
- <property name="position">1</property>
+ <property name="left_attach">1</property>
+ <property name="right_attach">2</property>
+ <property name="top_attach">0</property>
+ <property name="bottom_attach">1</property>
+ <property name="x_options">GTK_FILL</property>
+ <property name="y_options"></property>
</packing>
</child>
<child>
@@ -233,10 +243,40 @@
<property name="pulse_step">0.10000000149</property>
</object>
<packing>
- <property name="expand">False</property>
- <property name="fill">False</property>
- <property name="pack_type">end</property>
- <property name="position">2</property>
+ <property name="left_attach">2</property>
+ <property name="right_attach">3</property>
+ <property name="top_attach">0</property>
+ <property name="bottom_attach">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="filterlabel">
+ <property name="visible">True</property>
+ <property name="label" translatable="yes">S_how only items containing:</property>
+ <property name="use_underline">True</property>
+ <property name="xalign">1</property>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="right_attach">1</property>
+ <property name="top_attach">1</property>
+ <property name="bottom_attach">2</property>
+ <property name="x_options">GTK_FILL</property>
+ <property name="y_options"></property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkEntry" id="filter_entry">
+ <property name="visible">True</property>
+ <property name="secondary_icon_stock">gtk-clear</property>
+ <property name="secondary_icon_activatable">True</property>
+ </object>
+ <packing>
+ <property name="left_attach">1</property>
+ <property name="right_attach">3</property>
+ <property name="top_attach">1</property>
+ <property name="bottom_attach">2</property>
+ <property name="y_options"></property>
</packing>
</child>
</object>
@@ -268,6 +308,36 @@
<property name="visible">True</property>
<property name="layout_style">end</property>
<child>
+ <object class="GtkButton" id="expand_button">
+ <property name="label" translatable="yes">E_xpand all</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="can_default">True</property>
+ <property name="receives_default">False</property>
+ <property name="use_underline">True</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkButton" id="collapse_button">
+ <property name="label" translatable="yes">Collapse _all</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="can_default">True</property>
+ <property name="receives_default">False</property>
+ <property name="use_underline">True</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ <child>
<object class="GtkButton" id="refresh_button">
<property name="label">gtk-refresh</property>
<property name="visible">True</property>
@@ -279,7 +349,7 @@
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
- <property name="position">0</property>
+ <property name="position">2</property>
</packing>
</child>
<child>
@@ -294,7 +364,7 @@
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
- <property name="position">1</property>
+ <property name="position">3</property>
</packing>
</child>
</object>