File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change 345
345
Margin =" 0,0,0,0"
346
346
347
347
IsItemsHost =" True"
348
- Background =" #F6F6F6 " />
348
+ Background =" #f3f3f3 " />
349
349
<Border
350
350
Grid.Column=" 1"
351
351
BorderBrush =" Black"
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