Quote:
Originally Posted by DiapDealer
You can also 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;
}
|
Thank you again, DiapDealer. QSS files? A whole new adventure playground for me. I'll have to look into that someplace.
Well, I made the qt_styles.qss file and it did the job and allows me to do my screenshots while keeping my habitual desktop appearance style.
Thanks again.