mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
- Add Color Icons in Menu
This commit is contained in:
parent
b4570e9aaa
commit
6a2f23cf6b
8 changed files with 10 additions and 8 deletions
BIN
Flow.Launcher/Images/info.png
Normal file
BIN
Flow.Launcher/Images/info.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.3 KiB |
BIN
Flow.Launcher/Images/keyboard.png
Normal file
BIN
Flow.Launcher/Images/keyboard.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 873 B |
BIN
Flow.Launcher/Images/plugins.png
Normal file
BIN
Flow.Launcher/Images/plugins.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 804 B |
BIN
Flow.Launcher/Images/proxy.png
Normal file
BIN
Flow.Launcher/Images/proxy.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.7 KiB |
BIN
Flow.Launcher/Images/store.png
Normal file
BIN
Flow.Launcher/Images/store.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 763 B |
BIN
Flow.Launcher/Images/theme.png
Normal file
BIN
Flow.Launcher/Images/theme.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1 KiB |
|
|
@ -3697,6 +3697,8 @@
|
|||
</Style>
|
||||
|
||||
<!-- Navigation View -->
|
||||
<system:Double x:Key="NavigationViewCompactPaneLength">48</system:Double>
|
||||
|
||||
<Style x:Key="DefaultContentControlStyle" TargetType="ContentControl">
|
||||
<Setter Property="HorizontalContentAlignment" Value="Left" />
|
||||
<Setter Property="VerticalContentAlignment" Value="Top" />
|
||||
|
|
@ -3908,7 +3910,7 @@
|
|||
|
||||
<Viewbox
|
||||
x:Name="IconBox"
|
||||
Height="16"
|
||||
Height="24"
|
||||
Margin="{DynamicResource NavigationViewItemOnLeftIconBoxMargin}">
|
||||
<ContentPresenter x:Name="Icon" Content="{TemplateBinding Icon}" />
|
||||
</Viewbox>
|
||||
|
|
|
|||
|
|
@ -229,7 +229,7 @@
|
|||
Content="{DynamicResource general}"
|
||||
Tag="General">
|
||||
<ui:NavigationViewItem.Icon>
|
||||
<ui:FontIcon FontFamily="/Resources/#Segoe Fluent Icons" Glyph="" />
|
||||
<ui:BitmapIcon ShowAsMonochrome="False" UriSource="/Images/settings.png" />
|
||||
</ui:NavigationViewItem.Icon>
|
||||
</ui:NavigationViewItem>
|
||||
<ui:NavigationViewItem
|
||||
|
|
@ -238,7 +238,7 @@
|
|||
SelectsOnInvoked="True"
|
||||
Tag="Plugins">
|
||||
<ui:NavigationViewItem.Icon>
|
||||
<ui:FontIcon FontFamily="/Resources/#Segoe Fluent Icons" Glyph="" />
|
||||
<ui:BitmapIcon ShowAsMonochrome="False" UriSource="/Images/plugins.png" />
|
||||
</ui:NavigationViewItem.Icon>
|
||||
</ui:NavigationViewItem>
|
||||
<ui:NavigationViewItem
|
||||
|
|
@ -246,7 +246,7 @@
|
|||
Content="{DynamicResource pluginStore}"
|
||||
Tag="PluginStore">
|
||||
<ui:NavigationViewItem.Icon>
|
||||
<ui:FontIcon FontFamily="/Resources/#Segoe Fluent Icons" Glyph="" />
|
||||
<ui:BitmapIcon ShowAsMonochrome="False" UriSource="/Images/store.png" />
|
||||
</ui:NavigationViewItem.Icon>
|
||||
</ui:NavigationViewItem>
|
||||
<ui:NavigationViewItem
|
||||
|
|
@ -254,7 +254,7 @@
|
|||
Content="{DynamicResource theme}"
|
||||
Tag="Theme">
|
||||
<ui:NavigationViewItem.Icon>
|
||||
<ui:FontIcon FontFamily="/Resources/#Segoe Fluent Icons" Glyph="" />
|
||||
<ui:BitmapIcon ShowAsMonochrome="False" UriSource="/Images/theme.png" />
|
||||
</ui:NavigationViewItem.Icon>
|
||||
</ui:NavigationViewItem>
|
||||
<ui:NavigationViewItem
|
||||
|
|
@ -262,7 +262,7 @@
|
|||
Content="{DynamicResource hotkey}"
|
||||
Tag="Hotkey">
|
||||
<ui:NavigationViewItem.Icon>
|
||||
<ui:FontIcon FontFamily="/Resources/#Segoe Fluent Icons" Glyph="" />
|
||||
<ui:BitmapIcon ShowAsMonochrome="False" UriSource="/Images/keyboard.png" />
|
||||
</ui:NavigationViewItem.Icon>
|
||||
</ui:NavigationViewItem>
|
||||
<ui:NavigationViewItem
|
||||
|
|
@ -270,7 +270,7 @@
|
|||
Content="{DynamicResource proxy}"
|
||||
Tag="Proxy">
|
||||
<ui:NavigationViewItem.Icon>
|
||||
<ui:FontIcon FontFamily="/Resources/#Segoe Fluent Icons" Glyph="" />
|
||||
<ui:BitmapIcon ShowAsMonochrome="False" UriSource="/Images/proxy.png" />
|
||||
</ui:NavigationViewItem.Icon>
|
||||
</ui:NavigationViewItem>
|
||||
<ui:NavigationViewItem
|
||||
|
|
@ -278,7 +278,7 @@
|
|||
Content="{DynamicResource about}"
|
||||
Tag="About">
|
||||
<ui:NavigationViewItem.Icon>
|
||||
<ui:FontIcon FontFamily="/Resources/#Segoe Fluent Icons" Glyph="" />
|
||||
<ui:BitmapIcon ShowAsMonochrome="False" UriSource="/Images/info.png" />
|
||||
</ui:NavigationViewItem.Icon>
|
||||
</ui:NavigationViewItem>
|
||||
</ui:NavigationView.MenuItems>
|
||||
|
|
|
|||
Loading…
Reference in a new issue