Skip to content

Commit

Permalink
Make the Google Play badge smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
flagbug committed Aug 31, 2014
1 parent 5c0e89d commit 28c9375
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Espera/Espera.View/Views/SettingsView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,9 @@
<Hyperlink Command="{Binding Path=OpenLinkCommand}"
CommandParameter="{Binding PlayStoreLink}"
TextDecorations="None">
<Image Source="../Images/AndroidBadge.png" Stretch="None" />
<Image Width="250"
Source="../Images/AndroidBadge.png"
Stretch="Uniform" />
</Hyperlink>
</TextBlock>
</StackPanel>
Expand Down

0 comments on commit 28c9375

Please sign in to comment.