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