# HG changeset patch # User Andre Heinecke # Date 1460377981 -7200 # Node ID ad54c98cb8d8bcb6584cbdb3815860b6cbe4a07a # Parent 7bc75b1ff36785c34d827321d8474d5e240e5457 Minor layout fixes diff -r 7bc75b1ff367 -r ad54c98cb8d8 src/converter.cpp --- a/src/converter.cpp Mon Apr 11 13:37:37 2016 +0200 +++ b/src/converter.cpp Mon Apr 11 14:33:01 2016 +0200 @@ -65,8 +65,8 @@ mTitleStyle = QStringLiteral("" "%1"); - mQuestionStyle = QStringLiteral("
%1
"); + mQuestionStyle = QStringLiteral("
%1
"); mAnswerChoiceStyle= QStringLiteral("Answer"); mChoiceTextStyle= QStringLiteral("%1"); mChoiceVotesStyle = QStringLiteral("").arg(barCnt++); image.save(QStringLiteral("/tmp/foo.png")); return; }