aboutsummaryrefslogtreecommitdiff
path: root/src/renderers/textstyleinstance.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/renderers/textstyleinstance.cpp')
-rw-r--r--src/renderers/textstyleinstance.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/renderers/textstyleinstance.cpp b/src/renderers/textstyleinstance.cpp
index cce6313..6190907 100644
--- a/src/renderers/textstyleinstance.cpp
+++ b/src/renderers/textstyleinstance.cpp
@@ -53,7 +53,7 @@ TextStyleInstance::TextStyleInstance(DocumentStyle const & themed_style)
blockquote_tableformat.setLeftMargin(20.0 * themed_style.indent_bq);
blockquote_tableformat.setBottomMargin(20.0);
- list_format.setStyle(QTextListFormat::ListDisc);
+ list_format.setStyle(themed_style.list_symbol);
list_format.setIndent(themed_style.indent_l);
preformatted_format.setIndent(themed_style.indent_p);