fix seachbutton

This commit is contained in:
stubbfel
2013-10-14 16:13:00 +02:00
parent 7d5cac18cb
commit 026effb354

View File

@@ -156,8 +156,8 @@
</StackPanel>
</Border>
<Border BorderBrush="{StaticResource PhoneBorderBrush}" BorderThickness="0,2,0,0" Grid.Row="5">
<Button Name="SearchButton" Click="SendRequest" HorizontalAlignment="Center">
<Image Name="SearchButtonImg" Source="{Binding Path=ThemelizedIcon.Search, Source={StaticResource ThemelizedIcons}}" Width="60" />
<Button Name="SearchButton" Click="SendRequest" HorizontalAlignment="Center" VerticalAlignment="Center">
<Image Name="SearchButtonImg" Source="{Binding Path=ThemelizedIcon.Search, Source={StaticResource ThemelizedIcons}}" Width="60" Height="60"/>
</Button>
</Border>
</Grid>