Posts: 28
Threads: 6
Joined: Dec 2017
how can I change fonts in the gui
misc.ini
[General]
settingPath="./settings"
fontSize=12
toolTipFontSize=12
doesn't work
Posts: 10.741
Threads: 57
Joined: May 2017
24.02.2020, 06:05
(This post was last modified: 24.02.2020, 06:06 by Selur.)
[General]
settingPath="./settings"
fontSize=12
toolTipFontSize=12
should normally work. Current version just has a bug which should cause it to close on startup if the font size is changed.
Will send you a link to my current dev version to see if that helps.
(Note that the 'settingPath' option is only necessary if you want to move the settings folder.)
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 50
Threads: 11
Joined: Mar 2020
(24.02.2020, 06:05)Selur Wrote: [General]
settingPath="./settings"
fontSize=12
toolTipFontSize=12
should normally work. Current version just has a bug which should cause it to close on startup if the font size is changed.
Will send you a link to my current dev version to see if that helps.
(Note that the 'settingPath' option is only necessary if you want to move the settings folder.)
Cu Selur
Hi sir.
Could you please send it to me too? I'm going through the same situation.
Posts: 10.741
Threads: 57
Joined: May 2017
That should be fixed for quite some time.
Tested here, with the current public release, and had no problem.
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 50
Threads: 11
Joined: Mar 2020
For me the program just never starts if I use this option in misc.ini
Posts: 10.741
Threads: 57
Joined: May 2017
01.04.2020, 19:35
(This post was last modified: 01.04.2020, 19:52 by Selur.)
Need more details,...
What version of Hybrid are you using? What OS are you on?
What does your misc.ini look like exactly?
Cu Selur
Ps.: I just tested on Windows with:
[General]
fontSize=48
toolTipFontSize=40
and had no problem.
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 50
Threads: 11
Joined: Mar 2020
I'm currently using the lastest public version -> 2020.02.19.1
OS is Windows 10 Pro x64
My misc.ini content:
[General]
settingPath=.\\settings
disableIcons=true
Using the way it is above hybrid opens and works normally, but if I try, for example:
[General]
settingPath=.\\settings
fontSize=20
toolTipFontSize=20
disableIcons=true
It never opens. I tried using several possibilities, no luck.
Edit: I tested the previous version of Hybrid and it worked without problems. Possibly it's some bug in the latest one.
Posts: 10.741
Threads: 57
Joined: May 2017
Since I can't reproduce this with my dev version, I'll send you a link to my current dev version via pm.
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 50
Threads: 11
Joined: Mar 2020