QTodoTxt
QTodoTxt copied to clipboard
Font Size Windows
It is possible to change the font size under Windows?
See #119. No idea whether the described method works - please let us know.
it has become possible, sufficient to adjust the image to the selected design style, according to the standard rules of CSS At the moment, there are only files with modified styles for dark themes, but you can create a file named System.css and standard system theme is used (light) in which you can make adjustments to the size of the font
it would be nice if someone wrote a guide - I view of the fact that English is not my mother will not force google.translate
The change required to increase font-size in the css files is:
QFrame { font-size: 12pt; }