mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Add "New" and "Installed" App Label in pluginstore
This commit is contained in:
parent
08d5eaae71
commit
2e54bc0050
3 changed files with 23 additions and 1 deletions
BIN
Flow.Launcher/Images/installed.png
Normal file
BIN
Flow.Launcher/Images/installed.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.9 KiB |
BIN
Flow.Launcher/Images/new.png
Normal file
BIN
Flow.Launcher/Images/new.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.6 KiB |
|
|
@ -1349,7 +1349,29 @@
|
|||
Grid.Row="0"
|
||||
Grid.RowSpan="2"
|
||||
Grid.Column="0"
|
||||
Grid.ColumnSpan="2" />
|
||||
Grid.ColumnSpan="2"
|
||||
HorizontalAlignment="Right"
|
||||
Orientation="Horizontal">
|
||||
<Image
|
||||
Width="32"
|
||||
Height="32"
|
||||
Margin="0,0,8,0"
|
||||
HorizontalAlignment="Right"
|
||||
VerticalAlignment="Top"
|
||||
RenderOptions.BitmapScalingMode="HighQuality"
|
||||
Source="/Images/new.png"
|
||||
Stretch="Uniform" />
|
||||
<Image
|
||||
Width="28"
|
||||
Height="28"
|
||||
Margin="0,-2,8,0"
|
||||
HorizontalAlignment="Right"
|
||||
VerticalAlignment="Top"
|
||||
RenderOptions.BitmapScalingMode="HighQuality"
|
||||
Source="/Images/installed.png"
|
||||
Stretch="Uniform"
|
||||
Visibility="Visible" />
|
||||
</StackPanel>
|
||||
|
||||
<StackPanel
|
||||
Grid.Row="0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue