Customizing LiteIDE

Is it possible to increase font size in yellow message window?
sdfg

Yes. Look into liteide/share/liteide/liteapp/qss/YOUR_THEME_FILE for QToolTip and change as you wish, eg:

QToolTip {
    font-size: 14px;
}
3 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.