aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/attachment-reminder/attachment-reminder.glade
diff options
context:
space:
mode:
authorJohnny Jacob <jjohnny@src.gnome.org>2008-05-26 19:20:45 +0800
committerJohnny Jacob <jjohnny@src.gnome.org>2008-05-26 19:20:45 +0800
commitf4db10997283c2455a81e4d6342492aa902ad27b (patch)
treee6ab4d2aae18ceef6d17143edda0471332f59465 /plugins/attachment-reminder/attachment-reminder.glade
parentf0c1d53ccf969bb46397ba1602f7b6cb36640e95 (diff)
downloadgsoc2013-evolution-f4db10997283c2455a81e4d6342492aa902ad27b.tar
gsoc2013-evolution-f4db10997283c2455a81e4d6342492aa902ad27b.tar.gz
gsoc2013-evolution-f4db10997283c2455a81e4d6342492aa902ad27b.tar.bz2
gsoc2013-evolution-f4db10997283c2455a81e4d6342492aa902ad27b.tar.lz
gsoc2013-evolution-f4db10997283c2455a81e4d6342492aa902ad27b.tar.xz
gsoc2013-evolution-f4db10997283c2455a81e4d6342492aa902ad27b.tar.zst
gsoc2013-evolution-f4db10997283c2455a81e4d6342492aa902ad27b.zip
Fix for Bug 496476 : Let the plugin configure widgets expand (resize).
svn path=/trunk/; revision=35549
Diffstat (limited to 'plugins/attachment-reminder/attachment-reminder.glade')
-rw-r--r--plugins/attachment-reminder/attachment-reminder.glade55
1 files changed, 17 insertions, 38 deletions
diff --git a/plugins/attachment-reminder/attachment-reminder.glade b/plugins/attachment-reminder/attachment-reminder.glade
index dbf953d2a5..720047f8c3 100644
--- a/plugins/attachment-reminder/attachment-reminder.glade
+++ b/plugins/attachment-reminder/attachment-reminder.glade
@@ -12,17 +12,23 @@
<property name="visible">True</property>
<property name="spacing">5</property>
<child>
- <placeholder/>
- </child>
- <child>
- <widget class="GtkTable" id="clue_container">
+ <widget class="GtkHBox" id="clue_container">
<property name="visible">True</property>
- <property name="n_rows">1</property>
- <property name="n_columns">3</property>
- <property name="column_spacing">7</property>
- <property name="row_spacing">6</property>
+ <property name="spacing">6</property>
<child>
- <placeholder/>
+ <widget class="GtkScrolledWindow" id="scrolledwindow1">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
+ <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
+ <child>
+ <widget class="GtkTreeView" id="clue_treeview">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="border_width">1</property>
+ </widget>
+ </child>
+ </widget>
</child>
<child>
<widget class="GtkVButtonBox" id="vbuttonbox2">
@@ -67,38 +73,11 @@
</child>
</widget>
<packing>
- <property name="left_attach">2</property>
- <property name="right_attach">3</property>
- <property name="x_options"></property>
- <property name="y_options"></property>
- </packing>
- </child>
- <child>
- <widget class="GtkScrolledWindow" id="scrolledwindow1">
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
- <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
- <child>
- <widget class="GtkTreeView" id="clue_treeview">
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="border_width">1</property>
- </widget>
- </child>
- </widget>
- <packing>
- <property name="left_attach">1</property>
- <property name="right_attach">2</property>
- <property name="y_options">GTK_FILL</property>
+ <property name="expand">False</property>
+ <property name="position">1</property>
</packing>
</child>
</widget>
- <packing>
- <property name="expand">False</property>
- <property name="fill">False</property>
- <property name="position">1</property>
- </packing>
</child>
</widget>
</child>