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
Since all our icons are in resource files it should be quite easy to replace them. However they are currently all 19x19 which is a bit smaller than those icons. Start by searching \b19\b and review all the code references to this magic number. Then do the same for 23 (whenever there is some padding it typically results in controls with this resolution).
[15:19] Thomas Nind (Staff)
Hmn are these BMP or SVG files? can we rendere these in 19x19?
[15:20] Roy Mudie (Staff)
as far as I'm aware, all the material design stuff is SVG
[15:20] Thomas Nind (Staff)
Ok yeah so we should be able to just render them as 19x19 bmps and it should look quite decent
[15:20] Roy Mudie (Staff)
yeah
[15:20] Roy Mudie (Staff)
only thing will be colouring
Edited[15:21] Roy Mudie (Staff)
unless the IIconProvider supports SVG colouring?
[15:22] Thomas Nind (Staff)
no I was thinking more we render them ourselves and pick the ones we want and save them as 19x19 bmp files over the top of the existing ones in the rdmp folder
[15:22] Roy Mudie (Staff)
ah right
[15:22] Roy Mudie (Staff)
yeah, in which case, if that's an option that should be super straight forward
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
@RoyMudie raised the issue of switching to a more modern icon set. Such as the GPL compatible Material Design Icons.
Since all our icons are in resource files it should be quite easy to replace them. However they are currently all 19x19 which is a bit smaller than those icons. Start by searching
\b19\b
and review all the code references to this magic number. Then do the same for 23 (whenever there is some padding it typically results in controls with this resolution).Beta Was this translation helpful? Give feedback.
All reactions