aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-itip-control.glade
diff options
context:
space:
mode:
authorJesse Pavel <jpavel@src.gnome.org>2000-11-22 03:40:14 +0800
committerJesse Pavel <jpavel@src.gnome.org>2000-11-22 03:40:14 +0800
commit1257b0d78251d35c907932d30c2eb8ae3e2e3eb0 (patch)
tree8f6d256a0a19818f715398e79510f3d4fa406f3f /calendar/gui/e-itip-control.glade
parent2f199f88dc071814c32d97f76f8213f369a25200 (diff)
downloadgsoc2013-evolution-1257b0d78251d35c907932d30c2eb8ae3e2e3eb0.tar
gsoc2013-evolution-1257b0d78251d35c907932d30c2eb8ae3e2e3eb0.tar.gz
gsoc2013-evolution-1257b0d78251d35c907932d30c2eb8ae3e2e3eb0.tar.bz2
gsoc2013-evolution-1257b0d78251d35c907932d30c2eb8ae3e2e3eb0.tar.lz
gsoc2013-evolution-1257b0d78251d35c907932d30c2eb8ae3e2e3eb0.tar.xz
gsoc2013-evolution-1257b0d78251d35c907932d30c2eb8ae3e2e3eb0.tar.zst
gsoc2013-evolution-1257b0d78251d35c907932d30c2eb8ae3e2e3eb0.zip
Fixed size allocation bug.
svn path=/trunk/; revision=6634
Diffstat (limited to 'calendar/gui/e-itip-control.glade')
-rw-r--r--calendar/gui/e-itip-control.glade55
1 files changed, 13 insertions, 42 deletions
diff --git a/calendar/gui/e-itip-control.glade b/calendar/gui/e-itip-control.glade
index 481874368a..eb950139a1 100644
--- a/calendar/gui/e-itip-control.glade
+++ b/calendar/gui/e-itip-control.glade
@@ -381,10 +381,14 @@
</widget>
<widget>
- <class>GtkHBox</class>
- <name>hbox3</name>
- <homogeneous>False</homogeneous>
- <spacing>0</spacing>
+ <class>GtkScrolledWindow</class>
+ <name>scrolledwindow3</name>
+ <border_width>3</border_width>
+ <width>365</width>
+ <hscrollbar_policy>GTK_POLICY_NEVER</hscrollbar_policy>
+ <vscrollbar_policy>GTK_POLICY_AUTOMATIC</vscrollbar_policy>
+ <hupdate_policy>GTK_UPDATE_CONTINUOUS</hupdate_policy>
+ <vupdate_policy>GTK_UPDATE_CONTINUOUS</vupdate_policy>
<child>
<padding>0</padding>
<expand>True</expand>
@@ -392,44 +396,11 @@
</child>
<widget>
- <class>GtkScrolledWindow</class>
- <name>scrolledwindow3</name>
- <border_width>3</border_width>
- <width>365</width>
- <hscrollbar_policy>GTK_POLICY_NEVER</hscrollbar_policy>
- <vscrollbar_policy>GTK_POLICY_AUTOMATIC</vscrollbar_policy>
- <hupdate_policy>GTK_UPDATE_CONTINUOUS</hupdate_policy>
- <vupdate_policy>GTK_UPDATE_CONTINUOUS</vupdate_policy>
- <child>
- <padding>0</padding>
- <expand>False</expand>
- <fill>False</fill>
- </child>
-
- <widget>
- <class>GtkText</class>
- <name>message_text</name>
- <can_focus>True</can_focus>
- <editable>False</editable>
- <text></text>
- </widget>
- </widget>
-
- <widget>
- <class>GtkLabel</class>
- <name>label12</name>
- <label></label>
- <justify>GTK_JUSTIFY_CENTER</justify>
- <wrap>False</wrap>
- <xalign>0.5</xalign>
- <yalign>0.5</yalign>
- <xpad>0</xpad>
- <ypad>0</ypad>
- <child>
- <padding>0</padding>
- <expand>True</expand>
- <fill>False</fill>
- </child>
+ <class>GtkText</class>
+ <name>message_text</name>
+ <can_focus>True</can_focus>
+ <editable>False</editable>
+ <text></text>
</widget>
</widget>