After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 318311 - margin are zero
margin are zero
Status: RESOLVED DUPLICATE of bug 158405
Product: Gnumeric
Classification: Applications
Component: Printing
git master
Other All
: High normal
: ---
Assigned To: Jody Goldberg
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2005-10-09 01:22 UTC by Andreas J. Guelzow
Modified: 2007-03-19 09:25 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Andreas J. Guelzow 2005-10-09 01:22:58 UTC
Please describe the problem:
new gnumeric
A1= Hello
print preview:   All the margins are zero also the default is set to 2 cm.

if we bring up the page setup dialog first, the margins are indeed 2cm and the
preview is correct.

Steps to reproduce:
see above

Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Jean Bréfort 2005-10-10 07:54:57 UTC
This is because we do not use the information when initializint the
PrintInformation struct:

	res->margin.left = res->margin.right = res->margin.header = res->margin.footer
= -1.;
Comment 2 Andreas J. Guelzow 2007-03-19 09:25:39 UTC

*** This bug has been marked as a duplicate of 158405 ***