You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v1.6.0 apparently addresses a reported font scaling issue in the case of very high screen resolutions.
Unfortunately, the issue persisted on my 3000 x 2000 resolution laptop: the typescript within the vital Info/Details/Notes panels was so small as to be all but illegible.
sanderland was very helpful in suggesting a workaround for as long as the issue persists. This involves upscaling KaTrain's embedded type size instruction by entering a separate, so-called 'environmental variable', which safely overrides the downloaded source code. (Perhaps sanderland will confirm here or in FAQ whether the same solution works with the normal download package, i.e. without having to resort to running with the source code instead.)
You first have to set the new variable, then run KaTrain. Here are the practical details, which are working well with the source code package:
From Desktop, right-click to create a New>Shortcut.
Right-click on the resulting Shortcut and open its Properties.
Enter the following in the 'Target' box: C:\Windows\System32\cmd.exe /k set KIVY_METRICS_FONTSCALE=2 & C:[FilePathTo\katrain.exe]
The easiest way to find the complete and correct file path for KaTrain, is to right-click on the .exe file, open its Properties, click the Security tab and then copy the full file path you'll see there.
Finally, copy this instruction into the 'Start in' box: %HOMEDRIVE%%HOMEPATH%
Close the Shortcut - or stick around to change the icon to something nicer than the Shortcut default.
You'll find that the panel problem is resolved very well, though there is a tradeoff in that the enlarged type size unavoidably overlaps on some of the other settings screens. But it's definitely worth trying. For one thing you don't have to open the CMD window every time and type in any complicated stuff. For another, you aren't risking unintended consequences in other apps using KIVY-related typefaces by making a semi-permanent change in the global Settings>Environmental Variables panel: using the shortcut, the KIVY adjustment is wiped out when you close the CMD window which the shortcut opens 'automatically'.
Thanks again to sanderland for a great GUI - and for his indispensible assistance.
The text was updated successfully, but these errors were encountered:
v1.6.0 apparently addresses a reported font scaling issue in the case of very high screen resolutions.
Unfortunately, the issue persisted on my 3000 x 2000 resolution laptop: the typescript within the vital Info/Details/Notes panels was so small as to be all but illegible.
sanderland was very helpful in suggesting a workaround for as long as the issue persists. This involves upscaling KaTrain's embedded type size instruction by entering a separate, so-called 'environmental variable', which safely overrides the downloaded source code. (Perhaps sanderland will confirm here or in FAQ whether the same solution works with the normal download package, i.e. without having to resort to running with the source code instead.)
You first have to set the new variable, then run KaTrain. Here are the practical details, which are working well with the source code package:
You'll find that the panel problem is resolved very well, though there is a tradeoff in that the enlarged type size unavoidably overlaps on some of the other settings screens. But it's definitely worth trying. For one thing you don't have to open the CMD window every time and type in any complicated stuff. For another, you aren't risking unintended consequences in other apps using KIVY-related typefaces by making a semi-permanent change in the global Settings>Environmental Variables panel: using the shortcut, the KIVY adjustment is wiped out when you close the CMD window which the shortcut opens 'automatically'.
Thanks again to sanderland for a great GUI - and for his indispensible assistance.
The text was updated successfully, but these errors were encountered: