I haven't been able to see any of the icons in the recipe eximine window yet. I went into the XML to add the change as Zonx reccommended. I couldnt find
Name="Product"
But I did find
Name="ProductPage"
So I am assuming this is what I'm looking for. While there, I noticed this code a few lines below the ProductPage code:
Code:
<Icon BackgroundTint="#000000" IconStyle="/IconStyles.examine" Location="31,19" MouseOverColor="#FFFF00" Name="Level1" PackLocation="fixed, fixed" ScrollExtent="42,42" Size="42,42" TreatAsButton="true"/>
<Icon BackgroundTint="#000000" IconStyle="/IconStyles.examine" Location="84,19" MouseOverColor="#FFFF00" Name="Level2" PackLocation="fixed, fixed" ScrollExtent="42,42" Size="42,42" TreatAsButton="true"/>
<Icon BackgroundTint="#000000" IconStyle="/IconStyles.examine" Location="137,19" MouseOverColor="#FFFF00" Name="Level3" PackLocation="fixed, fixed" ScrollExtent="42,42" Size="42,42" TreatAsButton="true"/>
<Icon BackgroundTint="#000000" IconStyle="/IconStyles.examine" Location="190,19" MouseOverColor="#FFFF00" Name="Level1" PackLocation="fixed, fixed" ScrollExtent="42,42" Size="42,42" TreatAsButton="true"/>
I think the last line should say
Name="Level4"
Instead of
Name="Level1"
I wont profess to know a lot about XML or how the UI works, but it made sense to me. Thought I would just give it to you Zonx and see if it helped.
The Griffon