Align text to the left by default
This commit is contained in:
parent
4ab57a9a45
commit
a7e40b8d34
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ int BooksTextStyle::verticalShift() const
|
||||||
|
|
||||||
ZLTextAlignmentType BooksTextStyle::alignment() const
|
ZLTextAlignmentType BooksTextStyle::alignment() const
|
||||||
{
|
{
|
||||||
return ALIGN_JUSTIFY;
|
return ALIGN_LEFT;
|
||||||
}
|
}
|
||||||
|
|
||||||
double BooksTextStyle::lineSpace() const
|
double BooksTextStyle::lineSpace() const
|
||||||
|
|
Loading…
Reference in a new issue