File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 968
968
TextWrapping =" WrapWithOverflow" Padding =" 0 0 20 0" Margin =" 10 0 0 0"
969
969
ToolTip =" {Binding Version}" />
970
970
</StackPanel >
971
- <TextBlock Opacity =" 0.5" TextWrapping =" Wrap" Margin =" 20 2 100 0" Padding =" 0 0 20 0" >
972
- <Run Text =" {Binding Author}" FontSize =" 12" />
973
- </TextBlock >
971
+ <StackPanel Orientation =" Vertical" Margin =" 20 2 120 0" >
972
+ <TextBlock TextWrapping =" Wrap" Padding =" 0 0 0 0" >
973
+ <Hyperlink NavigateUri =" {Binding PluginPair.Metadata.Website}"
974
+ RequestNavigate =" OnRequestNavigate" Foreground =" #5F5F5F" >
975
+ <Run Text =" {Binding Author}" FontSize =" 12" />
976
+ </Hyperlink >
977
+ </TextBlock >
978
+ </StackPanel >
974
979
</StackPanel >
975
980
976
981
<Button Foreground =" Black" Name =" ShortCutButtonPrev" Content =" Install" Width =" 90" MinHeight =" 40" HorizontalAlignment =" Right" VerticalAlignment =" Center" Grid.Column=" 1" Margin =" 0 0 20 0" >
You can’t perform that action at this time.
0 commit comments