TC9b11: dialog visual issue when editing file in archive.

Bug reports will be moved here when the described bug has been fixed

Moderators: Hacker, petermad, Stefan2, white

Post Reply
browny
Senior Member
Senior Member
Posts: 361
Joined: 2007-09-10, 13:19 UTC

TC9b11: dialog visual issue when editing file in archive.

Post by *browny »

Windows 10 32-bit, TC 9.0 beta 11; dialog box font Segoe UI 10 points.

This dialog can be seen when editing file in archive.
First two lines in the box:

Code: Select all

Click on Close when the temporary file can be
deleted.
The third line (pathname of the file being edited) does not have enough vertical spacing and erases lower part of the word deleted.

Also pathname was quite long:
c:\Program Files\mozilla\thunderbird\omni.ja\chrome\messenger\content\messenger\mailWindowOverlay.js

Only part of the pathname fits into the dialog; text wrapping might be needed.
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 50550
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

This dialog is NOT dynamic, so it's guaranteed to work only with 8 and 9 point fonts. But I have made it a little bit higher for this 10 point font too.
Author of Total Commander
https://www.ghisler.com
browny
Senior Member
Senior Member
Posts: 361
Joined: 2007-09-10, 13:19 UTC

Post by *browny »

Thanks, this is good now with 10 point font.

Maybe such simple fixed dialogs (mostly text lines, no complex controls with non-trivial alignment) could be resized programmatically at runtime?
Post Reply