Reputation: 4972
I have a Windows 8 Metro app and want to set the default tile size. I have set it to wide (310x150), but have forgotten how I did it. I want to change it back to square (150x150). How do you do this?
Upvotes: 2
Views: 1581
Reputation: 14212
If a wide tile is provided, the wide tile will be the default for the app at installation. After the app is installed, the app cannot control the size of the tile. The size of the tile is controllable by the user by selecting the tile (with mouse, right-click) and changing the setting ("Larger" or "Smaller").
Upvotes: 4