https://bugs.winehq.org/show_bug.cgi?id=42563
Bug ID: 42563 Summary: regedit: minor enhancements/corrections to REG_BINARY edit dialog Product: Wine Version: 2.2 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: programs Assignee: wine-bugs@winehq.org Reporter: galtgendo@o2.pl Distribution: ---
Created attachment 57477 --> https://bugs.winehq.org/attachment.cgi?id=57477 patch implementing the changes
OK, it took me awhile.
As I've written a few weeks ago, due to the display part being unscrollable/unresizable, long values may sometimes not fit into their allocated display space. Also, monospace makes simply much more sense here.
The attached patch modifies the default font to monospace variant and tries to enforce it by using ExtTextOutW.
A possible further enhancement would be to use the proper value for max 0-9A-F width in address block, instead of the same as in the content block.