PolyMeilex / rfd

Rusty File Dialog
MIT License
524 stars 60 forks source link

Add `TDF_SIZE_TO_CONTENT` to Windows message dialog #202

Closed Legend-Master closed 1 day ago

Legend-Master commented 5 days ago

Add TDF_SIZE_TO_CONTENT to TaskDialogIndirect config so that it can display long text without truncating/wrapping (will still do if too long but can display way more characters, 80 instead of 55 I believe)

Before:

image

After:

image

PolyMeilex commented 1 day ago

Cool, thanks!