[shell32] Improve the Dutch 'about' message box

Reece Dunn msclrhd at googlemail.com
Tue May 12 03:42:45 CDT 2009


2009/5/12 Paul Vriens <paul.vriens.wine at gmail.com>:
> Hi,
>
> Changed the sizes of the buttons and window to be the same as in
> English. This make sure the 'Wine license' button can be fully read in
> Dutch.
>
> - DEFPUSHBUTTON "OK", IDOK, 153, 133, 50, 12, WS_TABSTOP
> + DEFPUSHBUTTON "OK", IDOK, 153, 133, 60, 12, WS_TABSTOP

According to Windows guidelines, command buttons
(http://msdn.microsoft.com/en-us/library/aa511453.aspx) should be 50 x
14 DLUs (they can be wider than 50 DLUs, but only if the text is
bigger than that, which it shouldn't for OK buttons) and have a 4 DLU
spacing between other controls. This is so they look good in the
presence of themes.

- Reece



More information about the wine-devel mailing list