aboutsummaryrefslogtreecommitdiff
path: root/utils/winmm_drv
diff options
context:
space:
mode:
authorWohlstand <admin@wohlnet.ru>2020-09-21 01:41:36 +0300
committerWohlstand <admin@wohlnet.ru>2020-09-21 01:41:36 +0300
commitf786bd7dff71f425d2a2c5be99f516f21e144d93 (patch)
tree02c1260b491dae5e544e242501caf89d4e2b406f /utils/winmm_drv
parent687cea0e53d4b5dcf2326b5c2a4483f5265251ff (diff)
downloadlibADLMIDI-f786bd7dff71f425d2a2c5be99f516f21e144d93.tar.gz
libADLMIDI-f786bd7dff71f425d2a2c5be99f516f21e144d93.tar.bz2
libADLMIDI-f786bd7dff71f425d2a2c5be99f516f21e144d93.zip
WinMM-DRV: Slightly change the wigth of 4ops combobox
Diffstat (limited to 'utils/winmm_drv')
-rw-r--r--utils/winmm_drv/cpl/adlconfig.rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/winmm_drv/cpl/adlconfig.rc b/utils/winmm_drv/cpl/adlconfig.rc
index 584276e..6cddd77 100644
--- a/utils/winmm_drv/cpl/adlconfig.rc
+++ b/utils/winmm_drv/cpl/adlconfig.rc
@@ -29,8 +29,8 @@ BEGIN
COMBOBOX IDC_EMULATOR, 83, 58, 159, 200, WS_TABSTOP | WS_VSCROLL | CBS_DROPDOWNLIST, WS_EX_LEFT
LTEXT "Number of chips", IDC_CHIPNUM_LABEL, 11, 78, 67, 8, SS_LEFT, WS_EX_LEFT
COMBOBOX IDC_NUM_CHIPS, 83, 76, 34, 200, WS_TABSTOP | WS_VSCROLL | CBS_DROPDOWNLIST, WS_EX_LEFT
- LTEXT "Number of 4OP voices", IDC_4OPSNUM_LABEL, 131, 78, 72, 8, SS_LEFT, WS_EX_LEFT
- COMBOBOX IDC_NUM_4OPVO, 209, 76, 33, 200, WS_TABSTOP | WS_VSCROLL | CBS_DROPDOWNLIST, WS_EX_LEFT
+ LTEXT "Number of 4OP voices", IDC_4OPSNUM_LABEL, 128, 78, 72, 8, SS_LEFT, WS_EX_LEFT
+ COMBOBOX IDC_NUM_4OPVO, 202, 76, 40, 200, WS_TABSTOP | WS_VSCROLL | CBS_DROPDOWNLIST, WS_EX_LEFT
LTEXT "Volume model:", IDC_VM_LABEL, 11, 95, 67, 13, SS_LEFT, WS_EX_LEFT
COMBOBOX IDC_VOLUMEMODEL, 83, 95, 159, 200, WS_TABSTOP | WS_VSCROLL | CBS_DROPDOWNLIST, WS_EX_LEFT
AUTOCHECKBOX "Full-panning stereo", IDC_FLAG_SOFTPAN, 11, 115, 227, 10, 0, WS_EX_LEFT