Alexandre Julliard pushed to branch master at wine / wine
Commits: f49b8aec by Zhiyi Zhang at 2025-11-19T15:04:49-06:00 comctl32_v6/taskdialog: Fix not enough width for the expando button text.
The icon width and text offset are subtracted from the dialog max width and the result is then used for the expando button text rect calculation. When it's done, the expando button width should be the text width + icon width + text offset, not just the text width.
- - - - -
1 changed file:
- dlls/comctl32_v6/taskdialog.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/f49b8aec794913f94b30ffbe44dbbaf...