How to customize import message box in LiteIDE?

How to customize import message box in LiteIDE?

I guess you must change the source code and recompile.
Even if I just want to change font size?
You can change the fonts for tooltips from the theme (see liteide/share/liteide/liteapp/qss/ folder).
It seems tool tip property does not affect in this case.
It would be better to open a new issue in LiteIde repo.
Try this in your favorite .qss theme:
QToolTip {
font-size: 18px;
}

This option does not affect the desired behaviour (at least for my configuration).
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.