diff options
author | Jesse Pavel <jpavel@src.gnome.org> | 2000-11-08 06:55:59 +0800 |
---|---|---|
committer | Jesse Pavel <jpavel@src.gnome.org> | 2000-11-08 06:55:59 +0800 |
commit | bdbf523c853e7a5614a0d86b4ea3313eea2c3c32 (patch) | |
tree | 4716bacfc65b59184d1cb06e17f3da6404dc2847 /calendar/gui/e-itip-control.glade | |
parent | bda6d263ff41df43a03125fb669e07954ede56e7 (diff) | |
download | gsoc2013-evolution-bdbf523c853e7a5614a0d86b4ea3313eea2c3c32.tar gsoc2013-evolution-bdbf523c853e7a5614a0d86b4ea3313eea2c3c32.tar.gz gsoc2013-evolution-bdbf523c853e7a5614a0d86b4ea3313eea2c3c32.tar.bz2 gsoc2013-evolution-bdbf523c853e7a5614a0d86b4ea3313eea2c3c32.tar.lz gsoc2013-evolution-bdbf523c853e7a5614a0d86b4ea3313eea2c3c32.tar.xz gsoc2013-evolution-bdbf523c853e7a5614a0d86b4ea3313eea2c3c32.tar.zst gsoc2013-evolution-bdbf523c853e7a5614a0d86b4ea3313eea2c3c32.zip |
*gui/e-itip-control.c, gui/e-itip-control.glade: changed the GUI,
and added some extra feedback for the user.
svn path=/trunk/; revision=6495
Diffstat (limited to 'calendar/gui/e-itip-control.glade')
-rw-r--r-- | calendar/gui/e-itip-control.glade | 65 |
1 files changed, 18 insertions, 47 deletions
diff --git a/calendar/gui/e-itip-control.glade b/calendar/gui/e-itip-control.glade index 2eeb7cc63e..6233f7b409 100644 --- a/calendar/gui/e-itip-control.glade +++ b/calendar/gui/e-itip-control.glade @@ -28,8 +28,7 @@ <class>GtkFrame</class> <name>main_frame</name> <border_width>4</border_width> - <height>231</height> - <label>Test iTip control</label> + <label>Calendar Message</label> <label_xalign>0.11</label_xalign> <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type> @@ -55,7 +54,7 @@ <widget> <class>GtkTable</class> <name>table1</name> - <rows>6</rows> + <rows>5</rows> <columns>2</columns> <homogeneous>False</homogeneous> <row_spacing>0</row_spacing> @@ -379,55 +378,27 @@ <yfill>False</yfill> </child> </widget> + </widget> - <widget> - <class>GtkLabel</class> - <name>label12</name> - <label>Type</label> - <justify>GTK_JUSTIFY_CENTER</justify> - <wrap>False</wrap> - <xalign>1</xalign> - <yalign>0.5</yalign> - <xpad>0</xpad> - <ypad>0</ypad> - <child> - <left_attach>0</left_attach> - <right_attach>1</right_attach> - <top_attach>5</top_attach> - <bottom_attach>6</bottom_attach> - <xpad>0</xpad> - <ypad>0</ypad> - <xexpand>False</xexpand> - <yexpand>False</yexpand> - <xshrink>False</xshrink> - <yshrink>False</yshrink> - <xfill>True</xfill> - <yfill>True</yfill> - </child> - </widget> + <widget> + <class>GtkScrolledWindow</class> + <name>scrolledwindow3</name> + <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> + <fill>True</fill> + </child> <widget> - <class>GtkEntry</class> - <name>type_entry</name> + <class>GtkText</class> + <name>message_text</name> <can_focus>True</can_focus> - <editable>True</editable> - <text_visible>True</text_visible> - <text_max_length>0</text_max_length> + <editable>False</editable> <text></text> - <child> - <left_attach>1</left_attach> - <right_attach>2</right_attach> - <top_attach>5</top_attach> - <bottom_attach>6</bottom_attach> - <xpad>0</xpad> - <ypad>0</ypad> - <xexpand>True</xexpand> - <yexpand>False</yexpand> - <xshrink>False</xshrink> - <yshrink>False</yshrink> - <xfill>True</xfill> - <yfill>False</yfill> - </child> </widget> </widget> |