mirror of
https://github.com/reactos/wine.git
synced 2025-02-17 03:18:32 +00:00
![Vitaliy Margolen](/assets/img/avatar_default.png)
- 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.
15 lines
207 B
Makefile
15 lines
207 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
TESTDLL = comctl32.dll
|
|
IMPORTS = comctl32 user32
|
|
|
|
CTESTS = \
|
|
dpa.c \
|
|
tab.c
|
|
|
|
@MAKE_TEST_RULES@
|
|
|
|
### Dependencies:
|