ChangeSet ID: 9924 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/10/30 18:06:43
Modified files: dlls/comctl32/tests: Makefile.in .cvsignore dlls/comctl32 : tab.c Added files: dlls/comctl32/tests: tab.c
Log message: Vitaliy Margolen wine-patch@kievinfo.com - Fix tab size for TCS_OWNERDRAWFIXED style. - Correct size recalculation after setting tab width. - Fix button sizes to match native. - Center both vertically and horizontally tab text & icon. - Use correct left/center alignment flags.
Patch: http://cvs.winehq.com/patch.py?id=9924
Old revision New revision Changes Path 1.1 1.2 +3 -2 wine/dlls/comctl32/tests/Makefile.in 1.1 1.2 +1 -0 wine/dlls/comctl32/tests/.cvsignore 1.87 1.88 +72 -49 wine/dlls/comctl32/tab.c Added 1.1 +0 -0 wine/dlls/comctl32/tests/tab.c