|
1133 | 1133 | Orientation="Horizontal"
|
1134 | 1134 | Style="{StaticResource TextPanel}">
|
1135 | 1135 | <TextBlock
|
1136 |
| - MaxWidth="100" |
1137 | 1136 | Margin="10,0,0,0"
|
1138 | 1137 | FontSize="11"
|
1139 | 1138 | Foreground="{DynamicResource PluginInfoColor}"
|
|
1144 | 1143 | Foreground="{DynamicResource PluginInfoColor}"
|
1145 | 1144 | Text="{Binding PluginPair.Metadata.Author}" />
|
1146 | 1145 | <TextBlock
|
1147 |
| - MaxWidth="100" |
1148 | 1146 | Margin="5,0,0,0"
|
1149 | 1147 | VerticalAlignment="Center"
|
1150 | 1148 | FontSize="11"
|
1151 | 1149 | Foreground="{DynamicResource PluginInfoColor}"
|
1152 | 1150 | Text="|" />
|
1153 | 1151 | <TextBlock
|
1154 |
| - MaxWidth="100" |
1155 | 1152 | Margin="5,0,0,0"
|
1156 | 1153 | FontSize="11"
|
1157 | 1154 | Foreground="{DynamicResource PluginInfoColor}"
|
|
1163 | 1160 | Foreground="{DynamicResource PluginInfoColor}"
|
1164 | 1161 | Text="{Binding InitilizaTime}" />
|
1165 | 1162 | <TextBlock
|
1166 |
| - MaxWidth="100" |
1167 | 1163 | Margin="5,0,0,0"
|
1168 | 1164 | VerticalAlignment="Center"
|
1169 | 1165 | FontSize="11"
|
1170 | 1166 | Foreground="{DynamicResource PluginInfoColor}"
|
1171 | 1167 | Text="|" />
|
1172 | 1168 | <TextBlock
|
1173 |
| - MaxWidth="100" |
1174 | 1169 | Margin="5,0,0,0"
|
1175 | 1170 | FontSize="11"
|
1176 | 1171 | Foreground="{DynamicResource PluginInfoColor}"
|
1177 | 1172 | Text="{DynamicResource plugin_query_time}" />
|
1178 | 1173 | <TextBlock
|
1179 |
| - MaxWidth="100" |
1180 | 1174 | Margin="5,0,0,0"
|
1181 | 1175 | FontSize="11"
|
1182 | 1176 | Foreground="{DynamicResource PluginInfoColor}"
|
1183 | 1177 | Text="{Binding QueryTime}" />
|
1184 | 1178 | <TextBlock
|
1185 |
| - MaxWidth="100" |
1186 | 1179 | Margin="5,0,0,0"
|
1187 | 1180 | VerticalAlignment="Center"
|
1188 | 1181 | FontSize="11"
|
1189 | 1182 | Foreground="{DynamicResource PluginInfoColor}"
|
1190 | 1183 | Text="{DynamicResource plugin_query_version}" />
|
1191 | 1184 | <TextBlock
|
1192 |
| - MaxWidth="100" |
1193 | 1185 | Margin="5,0,0,0"
|
1194 | 1186 | VerticalAlignment="Center"
|
1195 | 1187 | FontSize="11"
|
1196 | 1188 | Foreground="{DynamicResource PluginInfoColor}"
|
1197 | 1189 | Text="{Binding PluginPair.Metadata.Version}" />
|
1198 | 1190 |
|
1199 | 1191 | <TextBlock
|
1200 |
| - MaxWidth="120" |
1201 | 1192 | Margin="10,0,0,0"
|
1202 | 1193 | HorizontalAlignment="Right"
|
1203 | 1194 | VerticalAlignment="Center"
|
1204 | 1195 | Cursor="Hand"
|
1205 |
| - FontSize="12"> |
| 1196 | + FontSize="11"> |
1206 | 1197 | <Hyperlink
|
1207 | 1198 | Foreground="{DynamicResource PluginInfoColor}"
|
1208 | 1199 | NavigateUri="{Binding PluginPair.Metadata.Website}"
|
|
1212 | 1203 | </TextBlock>
|
1213 | 1204 |
|
1214 | 1205 | <TextBlock
|
1215 |
| - MaxWidth="120" |
1216 | 1206 | Margin="10,0,0,0"
|
1217 | 1207 | HorizontalAlignment="Right"
|
1218 | 1208 | VerticalAlignment="Center"
|
1219 | 1209 | Cursor="Hand"
|
1220 |
| - FontSize="12" |
| 1210 | + FontSize="11" |
1221 | 1211 | Foreground="{DynamicResource PluginInfoColor}"
|
1222 | 1212 | MouseUp="OnPluginDirecotyClick"
|
1223 | 1213 | Text="{DynamicResource pluginDirectory}"
|
|
0 commit comments