From 36b0c94dd7088719348f8f9efd8714ff40fa9533 Mon Sep 17 00:00:00 2001 From: Siegfried Pammer Date: Wed, 24 Jun 2026 09:12:20 +0200 Subject: [PATCH] Give menu dropdown rows WPF-like height with centred content The Simple theme sizes a menu row to its 16px icon plus margins (~24px), tighter than the classic WPF menu. Raise MinHeight so the rows have comparable vertical breathing room, and centre the icon, label and input-gesture text in the taller row (the theme template leaves their VerticalAlignment unset, so a style reaches them) instead of letting them sit at the top. Assisted-by: Claude:claude-opus-4-8:Claude Code --- ILSpy/App.axaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/ILSpy/App.axaml b/ILSpy/App.axaml index 4d50c7f1f..0c68227c4 100644 --- a/ILSpy/App.axaml +++ b/ILSpy/App.axaml @@ -255,6 +255,19 @@ + + + +