File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 820
820
<TextBlock Text =" {Binding PluginPair.Metadata.Version}" Foreground =" #8F8F8F"
821
821
FontSize =" 11" Margin =" 5 0 0 0" MaxWidth =" 100"
822
822
VerticalAlignment =" Center" />
823
+
824
+ <TextBlock
825
+ MaxWidth =" 120" Cursor =" Hand" Margin =" 10,0,0,0"
826
+ HorizontalAlignment =" Right" FontSize =" 12" VerticalAlignment =" Center" >
827
+ <Hyperlink NavigateUri =" {Binding PluginPair.Metadata.Website}"
828
+ RequestNavigate =" OnRequestNavigate" Foreground =" #8F8F8F" >
829
+ <Run Text =" Website" />
830
+ </Hyperlink >
831
+ </TextBlock >
832
+
823
833
<TextBlock Text =" {DynamicResource pluginDirectory}"
824
834
MaxWidth =" 120" Cursor =" Hand" Margin =" 10,0,0,0"
825
- MouseUp =" OnPluginDirecotyClick" Foreground =" Blue "
826
- HorizontalAlignment =" Right" FontSize =" 12" VerticalAlignment =" Center" />
835
+ MouseUp =" OnPluginDirecotyClick" Foreground =" #8f8f8f "
836
+ HorizontalAlignment =" Right" FontSize =" 12" VerticalAlignment =" Center" TextDecorations = " Underline " />
827
837
</StackPanel >
828
838
829
839
</ItemsControl >
You can’t perform that action at this time.
0 commit comments