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.