Title fontsize cannot be changed
System dynamics program with additional features for economics
Brought to you by:
hpcoder,
profstevekeen
For reference, the preferences file is stored in ~/.config/minsky/config.json
Yes - it make sense there should be a way of specifying the default font size, rather than assuming the system provides a sensible default.
But this is more of a feature than a bug, so I'm moving it to the feature request stack.
Ticket moved from /p/minsky/tickets/1951/
Can't be converted:
For reference on my system it is ~/.config/minsky-electron/config.json
I edited this file to change the Godley title font using various approaches like...
or
Each time I rerun Ravel to read the new config.json. But none of this works.
It won't. That file is just used to stash the preferences set in the control panel. Setting the default font size just isn't implemented. Originally, the idea was that the operating system would provide whatever font and size was suitable, and we'd use that. Adding the ability to select fonts became necessary when it was discovered that Windows tended to use rather Unicode deficient fontsets by default.
That said, the Godley table popup window is rendered in the Chromium engine, so that would have a completely different set of options for setting them (via CSS most likely).