Skip to content

Commit

Permalink
Fix QL-Win#173: new OpenWith icon
Browse files Browse the repository at this point in the history
  • Loading branch information
xupefei committed Feb 12, 2018
1 parent 189e3a7 commit 39b93b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QuickLook/ViewerWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
</Button.Style>
</Button>
<Button DockPanel.Dock="Left" x:Name="buttonShare" Style="{StaticResource CaptionButtonStyle}"
Content="&#xE72D;" ToolTip="Open With..." />
Content="&#xE7AC;" ToolTip="Open With..." />
<Grid x:Name="titleArea" Background="Transparent">
<TextBlock Text="{Binding ContextObject.Title, ElementName=mainWindow}" FontSize="12"
HorizontalAlignment="Left" TextTrimming="CharacterEllipsis"
Expand Down

0 comments on commit 39b93b1

Please sign in to comment.