Quote:
Originally Posted by kacir
I have yet to discover how to set left justification for FBreader.
|
This configuration information is stored in /system/config/styles.xml
Changing the line:
<style id="0" name="Regular Paragraph" firstLineIndentDelta="20" allowHyphenations="true"/>
to
<style id="0" name="Regular Paragraph" firstLineIndentDelta="20" allowHyphenations="true" alignment="left"/>
will give left justification.
I have been playing with the firstLineIndentDelta because I like my paragraphs indented a bit more than the default.