mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-10 05:15:00 +00:00
feature<PageTabBar>: add context menu to close tabs and modify bookmarks
This commit is contained in:
parent
232c209079
commit
602f934fae
6 changed files with 107 additions and 1 deletions
|
@ -48,6 +48,7 @@
|
|||
|
||||
<ListBox.ItemContainerStyle>
|
||||
<Style TargetType="{x:Type ListBoxItem}">
|
||||
<EventSetter Event="ContextMenuOpening" Handler="OnTabContextMenuOpening" />
|
||||
<Setter Property="AllowDrop" Value="True"/>
|
||||
<Setter Property="FocusVisualStyle" Value="{x:Null}"/>
|
||||
<Setter Property="Template">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue