mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-28 15:45:00 +00:00
style<Launcher>: menu icon
This commit is contained in:
parent
8156002ddb
commit
cd197d13f0
2 changed files with 3 additions and 2 deletions
|
@ -36,13 +36,13 @@
|
|||
<!-- Main Menu -->
|
||||
<Button
|
||||
Grid.Column="0"
|
||||
Margin="0,4,0,0"
|
||||
Margin="0,6,0,0"
|
||||
Width="32" Height="32"
|
||||
Background="Transparent"
|
||||
BorderThickness="0"
|
||||
WindowChrome.IsHitTestVisibleInChrome="True"
|
||||
Click="ToggleMainMenu">
|
||||
<Image Width="20" Height="20" RenderOptions.BitmapScalingMode="HighQuality" Source="pack://application:,,,/App.ico"/>
|
||||
<Path Width="14" Height="14" Data="{StaticResource Icon.Menu}"/>
|
||||
</Button>
|
||||
|
||||
<!-- Tabs -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue