diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-06-22 07:01:29 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-06-22 07:01:29 +0800 |
commit | 588fd23c5c2a93f42e28df892eb8ab7f8078597b (patch) | |
tree | 1ed87aebf6d4fe2d00a412f602cb055d1378a776 /widgets/table/e-table-field-chooser.glade | |
parent | a30a2c116239e615c685194c9287c3adc05594a5 (diff) | |
download | gsoc2013-evolution-588fd23c5c2a93f42e28df892eb8ab7f8078597b.tar gsoc2013-evolution-588fd23c5c2a93f42e28df892eb8ab7f8078597b.tar.gz gsoc2013-evolution-588fd23c5c2a93f42e28df892eb8ab7f8078597b.tar.bz2 gsoc2013-evolution-588fd23c5c2a93f42e28df892eb8ab7f8078597b.tar.lz gsoc2013-evolution-588fd23c5c2a93f42e28df892eb8ab7f8078597b.tar.xz gsoc2013-evolution-588fd23c5c2a93f42e28df892eb8ab7f8078597b.tar.zst gsoc2013-evolution-588fd23c5c2a93f42e28df892eb8ab7f8078597b.zip |
Made the Close button work.
2000-06-21 Christopher James Lahey <clahey@helixcode.com>
* e-table-field-chooser-dialog.c: Made the Close button work.
* e-table-field-chooser.glade, e-table-field-chooser.glade.h:
Added a text description of this dialog.
svn path=/trunk/; revision=3685
Diffstat (limited to 'widgets/table/e-table-field-chooser.glade')
-rw-r--r-- | widgets/table/e-table-field-chooser.glade | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/widgets/table/e-table-field-chooser.glade b/widgets/table/e-table-field-chooser.glade index e09b3a9f3a..a5cd37c2df 100644 --- a/widgets/table/e-table-field-chooser.glade +++ b/widgets/table/e-table-field-chooser.glade @@ -75,7 +75,7 @@ <class>GtkVBox</class> <name>vbox-top</name> <homogeneous>False</homogeneous> - <spacing>0</spacing> + <spacing>4</spacing> <child> <padding>0</padding> <expand>True</expand> @@ -83,6 +83,24 @@ </child> <widget> + <class>GtkLabel</class> + <name>label1</name> + <label>To add a column to your table, drag it into +the location in which you want it to appear.</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>False</expand> + <fill>False</fill> + </child> + </widget> + + <widget> <class>GtkScrolledWindow</class> <name>scrolledwindow1</name> <width>200</width> |