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
Is it possible to turn this plugin full skinable?, for other resolutions , rather than 1280x720 ( example FullHD Skins and UHD in the near future ), because when using FullHD Skins, for example in BlackHole images, the size of skins are too little and very difficult to read its content.
Thank you and congratulations for your hard work.
Is it possible too, change this:
1.The maximum size of the subtitles from 60 to 80
fontSizeChoiceList = [("%d" % i, "%d px" % i) for i in range(10, 60, 1)]
to
fontSizeChoiceList = [("%d" % i, "%d px" % i) for i in range(10, 80, 1)]
Chosse Subtitles panel
Font size and itemHeight is not possible to change in skin coding.
Thank you and congratulations for your hard work.
best regards
Manuel.
The text was updated successfully, but these errors were encountered:
Help, sure it is, we need to adjust embedded skins based on resolution. I hope I will find time, but you're free to make adjustments yourself, I will gladly accept pull request.
Hi mx3l
Is it possible to turn this plugin full skinable?, for other resolutions , rather than 1280x720 ( example FullHD Skins and UHD in the near future ), because when using FullHD Skins, for example in BlackHole images, the size of skins are too little and very difficult to read its content.
Thank you and congratulations for your hard work.
Is it possible too, change this:
1.The maximum size of the subtitles from 60 to 80
fontSizeChoiceList = [("%d" % i, "%d px" % i) for i in range(10, 60, 1)]
to
fontSizeChoiceList = [("%d" % i, "%d px" % i) for i in range(10, 80, 1)]
Font size and itemHeight is not possible to change in skin coding.
Thank you and congratulations for your hard work.
best regards
Manuel.
The text was updated successfully, but these errors were encountered: