diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-02-02 09:16:29 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-02-02 09:16:29 +0800 |
commit | c499722cef56ddd2ebfd8d2ff2c6c21c8918a9b0 (patch) | |
tree | d89f7b3b24a3bc8094f0d883226ebd4b0901423e /addressbook/printing/smallbook.ecps | |
parent | 1da8f9c265082e10fb9694a6bf92a0bae2b1312b (diff) | |
download | gsoc2013-evolution-c499722cef56ddd2ebfd8d2ff2c6c21c8918a9b0.tar gsoc2013-evolution-c499722cef56ddd2ebfd8d2ff2c6c21c8918a9b0.tar.gz gsoc2013-evolution-c499722cef56ddd2ebfd8d2ff2c6c21c8918a9b0.tar.bz2 gsoc2013-evolution-c499722cef56ddd2ebfd8d2ff2c6c21c8918a9b0.tar.lz gsoc2013-evolution-c499722cef56ddd2ebfd8d2ff2c6c21c8918a9b0.tar.xz gsoc2013-evolution-c499722cef56ddd2ebfd8d2ff2c6c21c8918a9b0.tar.zst gsoc2013-evolution-c499722cef56ddd2ebfd8d2ff2c6c21c8918a9b0.zip |
Files to load the contact print style editor from the glade file. Doesn't
2000-01-28 Christopher James Lahey <clahey@helixcode.com>
* addressbook/printing/e-contact-print-style-editor.h,
addressbook/printing/e-contact-print-style-editor.c,
addressbook/printing/test-contact-print-style-editor.c: Files to
load the contact print style editor from the glade file. Doesn't
really do anything yet.
* addressbook/printing/Makefile.am: Added style editor stuff.
* addressbook/printing/e-contact-print.glade: Changed a bit.
Fixed an out of place widget.
* addressbook/printing/.cvsignore: Added
contact-print-style-editor-test.
* addressbook/printing/smallbook.ecps: Fixed up the values to
match the new types.
* addressbook/printing/medbook.ecps,
addressbook/printing/phonelist.ecps: Added two new printing
styles.
* addressbook/printing/e-contact-print.h: Fixed an incorrect
comment.
* addressbook/printing/e-contact-print.c: Added columns and letter
tabs. Tweaked spacing all over the place. Fixed card height
function so that column wrapping is always done correctly. Added
pulling of style information from a file. Added line wrapping
within each text field.
* addressbook/printing/e-contact-print-types.h: Added a type field
for different types of print styles.
svn path=/trunk/; revision=1659
Diffstat (limited to 'addressbook/printing/smallbook.ecps')
-rw-r--r-- | addressbook/printing/smallbook.ecps | 24 |
1 files changed, 11 insertions, 13 deletions
diff --git a/addressbook/printing/smallbook.ecps b/addressbook/printing/smallbook.ecps index 91c65a495b..5844851bfb 100644 --- a/addressbook/printing/smallbook.ecps +++ b/addressbook/printing/smallbook.ecps @@ -1,32 +1,30 @@ <style> <title/> -<sections_start_new_page>TRUE</sections_start_new_page> +<type>cards</type> +<sections_start_new_page>FALSE</sections_start_new_page> <num_columns>1</num_columns> <blank_forms>2</blank_forms> <letter_tabs>TRUE</letter_tabs> <letter_headings>TRUE</letter_headings> -<headings_font>Helvetica</headings_font> -<headings_font_size>14</headings_font_size> -<body_font>Helvetica</body_font> -<body_font_size>14</body_font_size> +<headings_font>Helvetica-Bold 8</headings_font> +<body_font>Helvetica 6</body_font> <print_using_grey>TRUE</print_using_grey> -<paper_width>11</paper_width> -<paper_height>8.5</paper_height> +<paper_width>8.5</paper_width> +<paper_height>11</paper_height> <top_margin>0.5</top_margin> <left_margin>0.5</left_margin> <bottom_margin>0.5</bottom_margin> <right_margin>0.5</right_margin> -<page_width>1.75</page_width> -<page_height>3.25</page_height> +<page_width>2.75</page_width> +<page_height>4.25</page_height> <orientation>portrait</orientation> -<header_font>Helvetica</header_font> -<header_font_size>Helvetica</header_font_size> +<header_font>Helvetica 6</header_font> <left_header/> <center_header/> <right_header/> -<footer_font_size>Helvetica</footer_font_size> +<footer_font>Helvetica 6</footer_font> <left_footer/> -<center_footer/> +<center_footer>[Page #]</center_footer> <right_footer/> <reverse_on_even_pages>FALSE</reverse_on_even_pages> </style> |