Merge pull request #2440 from jriwanek-forks/win32

Fix incorrect position of CD speed
This commit is contained in:
Miran Grča
2022-07-10 02:15:49 +02:00
committed by GitHub

View File

@@ -733,7 +733,7 @@ BEGIN
LTEXT STR_CD_SPEED, IDT_CD_SPEED,
CFG_HMARGIN, 207, 34, CFG_PANE_LTEXT_HEIGHT
COMBOBOX IDC_COMBO_CD_SPEED,
43, 205, 328, 12,
33, 205, 328, 12,
CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
END