Quote:
Originally Posted by DiapDealer
You can also use QSS (Qt style sheets) to customize Sigil's appearance. It works similar to css. If you create a file named qt_styles.qss in Sigil's preferences folder, Sigil will automatically load it when launched. The following contents were enough to make sure Code View's background was white for me.
Code:
CodeViewEditor {
background: white;
}
|
Dear DiapDealer,
I've intended to change space between paragraphs in Code View by putting something in “qt_styles.qss” file. I've tried so many times but gained no success.
Could you please show me how to solve this matter?
Thanks.