Tweak icons
This commit is contained in:
@@ -24,7 +24,10 @@
|
||||
</NavigateAction>
|
||||
</AttachedEventTriggerBehaviour>
|
||||
</Interaction.Behaviors>
|
||||
<Grid Background="Transparent" ColumnDefinitions="40,*">
|
||||
<Grid
|
||||
Margin="0,6,6,6"
|
||||
Background="Transparent"
|
||||
ColumnDefinitions="40,*">
|
||||
<Grid Grid.Column="0">
|
||||
<PersonPicture Height="40" DisplayName="{Binding Name}" />
|
||||
<TextBlock
|
||||
@@ -37,7 +40,7 @@
|
||||
IsVisible="{Binding Favourite}"
|
||||
Text="" />
|
||||
</Grid>
|
||||
<StackPanel Grid.Column="1" Margin="12,12,6,12">
|
||||
<StackPanel Grid.Column="1" Margin="12,0,0,0">
|
||||
<TextBlock FontWeight="SemiBold" Text="{Binding Name}" />
|
||||
<TextBlock Opacity="0.7" Text="{Binding Name}" />
|
||||
</StackPanel>
|
||||
|
||||
Reference in New Issue
Block a user