5cebefc24f
Fix tooltip font size becomes smaller after clicking the apply button in Desktop Integration tab.
For example, the original non-client area tooltip font lfHeight is -11. 11 pixels is 8 points in 96
DPI. Setting font size to 8 points to SPI_SETNONCLIENTMETRICS will make SPI_GETNONCLIENTMETRICS
report lfHeight as 8. With lfHeight being 8, CreateFontIndirectW() creates a smaller font. This
behavior is added by
|
||
---|---|---|
.. | ||
Makefile.in | ||
about.c | ||
appdefaults.c | ||
audio.c | ||
drive.c | ||
driveui.c | ||
idw_testsound.wav | ||
libraries.c | ||
logo.ico | ||
logo.svg | ||
main.c | ||
resource.h | ||
theme.c | ||
winecfg.c | ||
winecfg.h | ||
winecfg.ico | ||
winecfg.man.in | ||
winecfg.manifest | ||
winecfg.rc | ||
winecfg.svg | ||
x11drvdlg.c |