mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-28 23:54:59 +00:00
style<Launcher>: new main menu icon for Windows
This commit is contained in:
parent
2a62596999
commit
5781a22b4c
2 changed files with 3 additions and 2 deletions
|
@ -41,7 +41,7 @@
|
|||
VerticalAlignment="Bottom"
|
||||
IsVisible="{Binding Source={x:Static vm:Preference.Instance}, Path=UseMacOSStyle, Converter={x:Static BoolConverters.Not}}">
|
||||
<Button.Flyout>
|
||||
<MenuFlyout Placement="BottomEdgeAlignedLeft">
|
||||
<MenuFlyout Placement="BottomEdgeAlignedLeft" VerticalOffset="-8">
|
||||
<MenuItem Header="{DynamicResource Text.Preference}" Click="OpenPreference">
|
||||
<MenuItem.Icon>
|
||||
<Path Width="14" Height="14" Data="{StaticResource Icons.Settings2}"/>
|
||||
|
@ -54,7 +54,7 @@
|
|||
</MenuItem>
|
||||
</MenuFlyout>
|
||||
</Button.Flyout>
|
||||
<Image Height="18" Width="18" Source="/App.ico" VerticalAlignment="Bottom"/>
|
||||
<Path Width="14" Height="14" Data="{StaticResource Icons.Menu}"/>
|
||||
</Button>
|
||||
|
||||
<!-- Pages Tabs-->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue