pls make font size configurable - independent from desktop settings
Logged In: YES user_id=586300 Originator: NO
We've included this in our ktiny configuration module.
While there's no configuration module you might be interested in simply using:
ktiny.py --stylesheet style.qss
style.qss should be a CSS file. For example:
* { font-size: 16; }
Should make all fonts 16 points size. Take a look at http://doc.trolltech.com/4.3/stylesheet.html for more info.
Log in to post a comment.
Logged In: YES
user_id=586300
Originator: NO
We've included this in our ktiny configuration module.
Logged In: YES
user_id=586300
Originator: NO
While there's no configuration module you might be interested in simply using:
ktiny.py --stylesheet style.qss
style.qss should be a CSS file. For example:
* {
font-size: 16;
}
Should make all fonts 16 points size. Take a look at http://doc.trolltech.com/4.3/stylesheet.html for more info.