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
it's not a real issue but, is there a way to scale automatically an icon put a tk button/label widget when the display settings changes? it already happens for the other tk widgets. for example, the text placed in a tk label, changes its resolution automatically, but an SVG icon placed in same widget or in another one no, and the function "svg_to_image" just allow you to specify a specific scale value, so how can I solve this issue?
The text was updated successfully, but these errors were encountered:
All TkFontAwesome does is create a tksvg.SvgImage object. There is already a scale parameter in the icon_to_image function that gets passed on to SvgImage.
it's not a real issue but, is there a way to scale automatically an icon put a tk button/label widget when the display settings changes? it already happens for the other tk widgets. for example, the text placed in a tk label, changes its resolution automatically, but an SVG icon placed in same widget or in another one no, and the function "svg_to_image" just allow you to specify a specific scale value, so how can I solve this issue?
The text was updated successfully, but these errors were encountered: