Giant fonts in elementary OS Juno
Related to #3 (closed), except that this is a unique issue that can be solved separately from #3 (closed), and it only affects some operating systems.
Basically, it looks like this:
...which is even worse than the ugly version. The ugly version in #3 (closed) looks like this:
The font size is a workflow-killer on small screens.
Thankfully the solution is simple, just put QT_STYLE_OVERRIDE=gtk
in front of it. ¯\_(ツ)_/¯ eg, QT_STYLE_OVERRIDE=gtk solarus.quest-editor
. Let's bake this environment variable directly into the Snap so we don't have to run it like this every time. The right way to do that seems to be with environment
, here.