[dia] Fix size of Ledger paper to not be 2mm off.



commit b95d70d81371afbef1a5315807a766b8e7e405eb
Author: Hans Breuer <hans breuer org>
Date:   Sun Jan 2 10:21:44 2011 +0100

    Fix size of Ledger paper to not be 2mm off.
    
    http://mail.gnome.org/archives/dia-list/2011-January/msg00002.html

 lib/paper.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/lib/paper.c b/lib/paper.c
index b9ccf0a..7b30fd6 100644
--- a/lib/paper.c
+++ b/lib/paper.c
@@ -40,7 +40,7 @@ static const struct _dia_paper_metrics {
   { "B5-Japan", 18.2386, 25.7528, 2.8222, 2.8222, 2.8222, 2.8222 },
   { "Letter", 21.59, 27.94, 2.54, 2.54, 2.54, 2.54 },
   { "Legal", 21.59, 35.56, 2.54, 2.54, 2.54, 2.54 },
-  { "Ledger", 27.9, 43.2, 2.54, 2.54, 2.54, 2.54 },
+  { "Ledger", 27.94, 43.18, 2.54, 2.54, 2.54, 2.54 },
   { "Half-Letter", 21.59, 14.0, 2.54, 2.54, 2.54, 2.54 },
   { "Executive", 18.45, 26.74, 2.54, 2.54, 2.54, 2.54 },
   { "Tabloid", 28.01, 43.2858, 2.54, 2.54, 2.54, 2.54 },



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]