mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-30 16:44:59 +00:00
ux: add a new icon Icons.Stashes.Add
This commit is contained in:
parent
ba94f017cd
commit
58357f031d
3 changed files with 6 additions and 5 deletions
|
@ -44,7 +44,7 @@
|
|||
</Button>
|
||||
|
||||
<Button Classes="icon_button" Width="32" Margin="16,0,0,0" Command="{Binding StashAll}" ToolTip.Tip="{DynamicResource Text.Stash}">
|
||||
<Path Width="14" Height="14" Data="{StaticResource Icons.Stashes}"/>
|
||||
<Path Width="14" Height="14" Data="{StaticResource Icons.Stashes.Add}"/>
|
||||
</Button>
|
||||
|
||||
<Button Classes="icon_button" Width="32" Margin="16,0,0,0" Command="{Binding ApplyPatch}" ToolTip.Tip="{DynamicResource Text.Apply}">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue