diff --git a/src/plugins/lib/libcairodoc.py b/src/plugins/lib/libcairodoc.py index 6abe6700f..db4aa8b6b 100644 --- a/src/plugins/lib/libcairodoc.py +++ b/src/plugins/lib/libcairodoc.py @@ -1573,10 +1573,10 @@ links (like ODF) and write PDF from that format. # horizontal position of the text is not included in the style, # we assume that it is the size of the shadow, or 0.2mm - if style.get_shadow(): - x_offset = style.get_shadow_space() - else: - x_offset = 0.2 + if style.get_shadow(): + x_offset = style.get_shadow_space() + else: + x_offset = 0.2 new_text = GtkDocText(paragraph_style, 'center', self.__markup(text),