Clean up about dialog. Remove groupbox, position logo correctly.
This commit is contained in:
parent
b9aa9e0bdd
commit
608d8dc64e
|
@ -30,10 +30,8 @@ FONT 8, "MS Sans Serif"
|
|||
BEGIN
|
||||
LTEXT "Wine Version:",IDC_STATIC,119,17,55,8
|
||||
LTEXT "CVS",IDC_WINEVER,179,17,56,8
|
||||
CONTROL IDB_WINE,IDC_STATIC,"Static",SS_BITMAP | SS_CENTERIMAGE |
|
||||
SS_REALSIZEIMAGE | WS_BORDER,15,17,157,111, WS_EX_TRANSPARENT
|
||||
CONTROL IDB_WINE,IDC_STATIC,"Static",SS_BITMAP ,15,17,157,111
|
||||
LTEXT "http://www.winehq.org/",IDC_STATIC,119,31,106,8
|
||||
GROUPBOX " Information ",IDC_STATIC,8,4,244,106
|
||||
CTEXT "This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.",
|
||||
IDC_STATIC,119,44,124,59
|
||||
END
|
||||
|
|
Loading…
Reference in New Issue