* src/ReportBase/ReportUtils.py: 0000875: _ReportUtils.py has incorrect conversion cm2pt
svn: r7991
This commit is contained in:
parent
cf741608c6
commit
be857dc7d1
@ -1,3 +1,7 @@
|
||||
2007-01-26 Douglas Blank <dblank@cs.brynmawr.edu>
|
||||
* src/ReportBase/ReportUtils.py: 0000875: _ReportUtils.py has incorrect
|
||||
conversion cm2pt
|
||||
|
||||
2007-01-26 Don Allingham <don@gramps-project.org>
|
||||
* src/DataViews/_MediaView.py: fix accelerator entries
|
||||
(MediaView.define_actions): add tooltip for view menu
|
||||
|
@ -849,7 +849,7 @@ def cm2pt(cm):
|
||||
@returns: equivalent units in points
|
||||
@rtype: float
|
||||
"""
|
||||
return cm*182.88
|
||||
return cm*28.3465
|
||||
|
||||
def rgb_color(color):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user