mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-22 20:54:59 +00:00
style<ContextMenu>: use DropShadowEffect instead a solid border for ContextMenu
This commit is contained in:
parent
8c1445ff0c
commit
f98ba79c09
2 changed files with 24 additions and 9 deletions
|
@ -852,7 +852,7 @@ namespace SourceGit.UI {
|
|||
anchor.ContextMenu = new ContextMenu();
|
||||
anchor.ContextMenu.PlacementTarget = anchor;
|
||||
anchor.ContextMenu.Placement = PlacementMode.Top;
|
||||
anchor.ContextMenu.VerticalOffset = -4;
|
||||
anchor.ContextMenu.VerticalOffset = 8;
|
||||
anchor.ContextMenu.StaysOpen = false;
|
||||
anchor.ContextMenu.Focusable = true;
|
||||
anchor.ContextMenu.MaxWidth = 500;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue