style<ContextMenu>: decrease thickness of ContextMenu's DropShadowEffect

This commit is contained in:
leo 2021-03-02 09:13:54 +08:00
parent 65d88909fd
commit 672783390b
2 changed files with 10 additions and 10 deletions

View file

@ -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;