Reputation: 1095
Is there a way to make the text smaller in the manifest? My "Title" is running off the end of the icon....
<Tokens>
<PrimaryToken TokenID="MyVirtualHealthCheckToken" TaskName="_default">
<TemplateType5>
<BackgroundImageURI IsRelative="true" IsResource="false">vhcBackground.png</BackgroundImageURI>
<Count>0</Count>
<Title>MyVirtualHealthCheck</Title>
</TemplateType5>
</PrimaryToken>
</Tokens>
Upvotes: 0
Views: 577
Reputation: 69372
No, the text size can't be changed. You'll have to shorten the title. Or, you could create a tile icon that has your app's name written, similar to the official Office
tile.
Upvotes: 7