mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
add website link in plugin information area
This commit is contained in:
parent
736de20d07
commit
d47cb78475
1 changed files with 13 additions and 3 deletions
|
|
@ -345,7 +345,7 @@
|
|||
Margin="0,0,0,0"
|
||||
|
||||
IsItemsHost="True"
|
||||
Background="#F6F6F6" />
|
||||
Background="#f3f3f3" />
|
||||
<Border
|
||||
Grid.Column="1"
|
||||
BorderBrush="Black"
|
||||
|
|
@ -820,10 +820,20 @@
|
|||
<TextBlock Text="{Binding PluginPair.Metadata.Version}" Foreground="#8F8F8F"
|
||||
FontSize="11" Margin="5 0 0 0" MaxWidth="100"
|
||||
VerticalAlignment="Center" />
|
||||
|
||||
<TextBlock
|
||||
MaxWidth="120" Cursor="Hand" Margin="10,0,0,0"
|
||||
HorizontalAlignment="Right" FontSize="12" VerticalAlignment="Center">
|
||||
<Hyperlink NavigateUri="{Binding PluginPair.Metadata.Website}"
|
||||
RequestNavigate="OnRequestNavigate" Foreground="#8F8F8F">
|
||||
<Run Text="Website" />
|
||||
</Hyperlink>
|
||||
</TextBlock>
|
||||
|
||||
<TextBlock Text="{DynamicResource pluginDirectory}"
|
||||
MaxWidth="120" Cursor="Hand" Margin="10,0,0,0"
|
||||
MouseUp="OnPluginDirecotyClick" Foreground="Blue"
|
||||
HorizontalAlignment="Right" FontSize="12" VerticalAlignment="Center"/>
|
||||
MouseUp="OnPluginDirecotyClick" Foreground="#8f8f8f"
|
||||
HorizontalAlignment="Right" FontSize="12" VerticalAlignment="Center" TextDecorations="Underline"/>
|
||||
</StackPanel>
|
||||
|
||||
</ItemsControl>
|
||||
|
|
|
|||
Loading…
Reference in a new issue