mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-23 05:05:00 +00:00
style<ContextMenu>: decrease thickness of ContextMenu's DropShadowEffect
This commit is contained in:
parent
65d88909fd
commit
672783390b
2 changed files with 10 additions and 10 deletions
|
@ -852,7 +852,7 @@ namespace SourceGit.UI {
|
|||
anchor.ContextMenu = new ContextMenu();
|
||||
anchor.ContextMenu.PlacementTarget = anchor;
|
||||
anchor.ContextMenu.Placement = PlacementMode.Top;
|
||||
anchor.ContextMenu.VerticalOffset = 8;
|
||||
anchor.ContextMenu.VerticalOffset = 0;
|
||||
anchor.ContextMenu.StaysOpen = false;
|
||||
anchor.ContextMenu.Focusable = true;
|
||||
anchor.ContextMenu.MaxWidth = 500;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue