Entry icon size reduced to 50%, with no side effects

This commit is contained in:
BONNEVILLE Geoffroy
2018-06-06 12:17:28 +02:00
parent 1334b266b9
commit 0aa8e886ce

View File

@@ -228,12 +228,8 @@
<ColumnDefinition Width="Auto"/> <ColumnDefinition Width="Auto"/>
</Grid.ColumnDefinitions> </Grid.ColumnDefinitions>
<Border Grid.Column="0" Background="{Binding BackgroundColor, ConverterParameter={StaticResource AppBarBackgroundThemeBrush}, Converter={StaticResource ColorToBrushConverter}}"> <Border Grid.Column="0" Background="{Binding BackgroundColor, ConverterParameter={StaticResource AppBarBackgroundThemeBrush}, Converter={StaticResource ColorToBrushConverter}}">
<Viewbox MaxHeight="100" MaxWidth="100"> <Viewbox MaxHeight="50" Width="100">
<SymbolIcon Symbol="{Binding IconSymbol}"> <SymbolIcon Symbol="{Binding IconSymbol}" />
<!--<SymbolIcon.RenderTransform>
<CompositeTransform ScaleX="2" TranslateX="0" TranslateY="0" ScaleY="2"/>
</SymbolIcon.RenderTransform>-->
</SymbolIcon>
</Viewbox> </Viewbox>
</Border> </Border>
<StackPanel Grid.Column="1" VerticalAlignment="Top" Margin="10,10,0,0" > <StackPanel Grid.Column="1" VerticalAlignment="Top" Margin="10,10,0,0" >