From: Fabian Maurer <dark.shadow4(a)web.de> For comctl v5 the height also sets how many drop down elements are visible Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=58593 --- programs/explorer/explorer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/explorer/explorer.c b/programs/explorer/explorer.c index 3811d6cae5b..185414417c9 100644 --- a/programs/explorer/explorer.c +++ b/programs/explorer/explorer.c @@ -40,7 +40,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(explorer); #define EXPLORER_INFO_INDEX 0 #define NAV_TOOLBAR_HEIGHT 30 -#define PATHBOX_HEIGHT 24 +#define PATHBOX_HEIGHT 240 static int nav_toolbar_height; static int pathbox_height; -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/9157