File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 53
53
<system : String x : Key =" newPriority" >New Priority:</system : String >
54
54
<system : String x : Key =" priority" >Priority</system : String >
55
55
<system : String x : Key =" pluginDirectory" >Plugin Directory</system : String >
56
- <system : String x : Key =" author" >Author</system : String >
56
+ <system : String x : Key =" author" >Author: </system : String >
57
57
<system : String x : Key =" plugin_init_time" >Init time:</system : String >
58
58
<system : String x : Key =" plugin_query_time" >Query time:</system : String >
59
59
Original file line number Diff line number Diff line change 690
690
Padding =" 0 12 0 0" >
691
691
<ItemsControl Style =" {DynamicResource SettingGrid}" >
692
692
<StackPanel Style =" {StaticResource TextPanel}"
693
- Orientation =" Horizontal" VerticalAlignment =" Center" HorizontalAlignment =" Right" Margin =" 0 0 -14 0" >
694
- <TextBlock Text =" {DynamicResource plugin_init_time }"
693
+ Orientation =" Horizontal" VerticalAlignment =" Center" HorizontalAlignment =" Right" Margin =" 0 0 -14 0" >
694
+ <TextBlock Text =" {DynamicResource author }"
695
695
FontSize =" 11" Margin =" 10 0 0 0" MaxWidth =" 100" Foreground =" #8F8F8F" />
696
+ <TextBlock Text =" {Binding PluginPair.Metadata.Author}" FontSize =" 11" Foreground =" #8F8F8F"
697
+ Margin =" 5 0 0 0" MaxWidth =" 100" />
698
+ <TextBlock Text =" |"
699
+ FontSize =" 11" Margin =" 5 0 0 0" MaxWidth =" 100" Foreground =" #8F8F8F"
700
+ VerticalAlignment =" Center" />
701
+ <TextBlock Text =" {DynamicResource plugin_init_time}"
702
+ FontSize =" 11" Margin =" 5 0 0 0" MaxWidth =" 100" Foreground =" #8F8F8F" />
696
703
<TextBlock Text =" {Binding InitilizaTime}" FontSize =" 11" Foreground =" #8F8F8F"
697
704
Margin =" 5 0 0 0" MaxWidth =" 100" />
698
705
<TextBlock Text =" |"
806
813
-->
807
814
</Grid >
808
815
</TabItem >
816
+
809
817
<TabItem >
810
818
<TabItem .Header>
811
819
<Grid >
You can’t perform that action at this time.
0 commit comments