Quote:
Originally Posted by KevinH
Worked for me on Mac OS X but you must launch it in a very specific way. See my earlier post about how to cd into the Sigil app/Contents/MacOS/Sigil to properly launch Sigil with a commandline option.
|
Thank you for your information. :-) I'll try.
Update: Oh! The problem is not the way I started Sigil (I've used ActionScript to start Sigil with parameter). I've changed the qss with margins-top/bottom and now the result is OK, even the colour is changeable. :-)
My qss contents:
Code:
QLabel { font-size: 12pt; }
QLineEdit { font-size: 18pt; font-weight: bold; margin-top: 2pt; margin-bottom: 2pt; }
QComboBox { font-size: 18pt; font-weight: bold; color: navy; margin-top: 2pt; margin-bottom: 2pt; }