Error 5851 (part 3)
svn: r19873
This commit is contained in:
parent
9404e6c1b4
commit
8892057886
@ -1573,10 +1573,10 @@ links (like ODF) and write PDF from that format.
|
|||||||
|
|
||||||
# horizontal position of the text is not included in the style,
|
# horizontal position of the text is not included in the style,
|
||||||
# we assume that it is the size of the shadow, or 0.2mm
|
# we assume that it is the size of the shadow, or 0.2mm
|
||||||
if style.get_shadow():
|
if style.get_shadow():
|
||||||
x_offset = style.get_shadow_space()
|
x_offset = style.get_shadow_space()
|
||||||
else:
|
else:
|
||||||
x_offset = 0.2
|
x_offset = 0.2
|
||||||
|
|
||||||
new_text = GtkDocText(paragraph_style, 'center',
|
new_text = GtkDocText(paragraph_style, 'center',
|
||||||
self.__markup(text),
|
self.__markup(text),
|
||||||
|
Loading…
Reference in New Issue
Block a user