Mercurial > clickerconvert
changeset 69:dab9c19252bd
Set wordwrap exiplicitly for multiple choice answers
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Thu, 29 Sep 2016 14:40:06 +0200 |
parents | badfc05a8bbf |
children | 3438f5cce8cc |
files | src/converter.cpp |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/converter.cpp Thu Sep 29 14:39:22 2016 +0200 +++ b/src/converter.cpp Thu Sep 29 14:40:06 2016 +0200 @@ -50,6 +50,7 @@ mChoiceTextFmt = mAnswerChoiceFmt; mChoiceTextFmt.setVerticalAlignment(Format::AlignVCenter); + mChoiceTextFmt.setTextWarp(true); mChoiceVotesFmt = mChoiceTextFmt; mChoiceVotesFmt.setFontSize(10);