15.04.2020, 19:27
If using a larger number does not help: No clue, seems like they changed something in Mac OS since the last Mac release of Hybrid which causes the problem.
You can try the following:
1. create file names: large.qss
2. put the following content in it:
(change 60px to whatever you need)
3. start Hybrid with a: -stylesheet "Path to the qss file"
Alternatively create a 'styles' folder next to the Hybrid binary (inside the .app), place the qss file in it and select it in Hybrid under "Config->View->Style sheet".
Cu Selur
You can try the following:
1. create file names: large.qss
2. put the following content in it:
QWidget
{
font-size: 60px;
}
QToolTip
{
font-size: 60px;
}
3. start Hybrid with a: -stylesheet "Path to the qss file"
Alternatively create a 'styles' folder next to the Hybrid binary (inside the .app), place the qss file in it and select it in Hybrid under "Config->View->Style sheet".
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.