Enable scrollbar in configuration manager dialogue.

This commit is contained in:
SarahW 2017-06-04 21:30:07 +01:00
commit 8c56b71184

View file

@ -326,5 +326,5 @@ BEGIN
DEFPUSHBUTTON "Configuration...", IDC_CONFIG, 200-54,58, 50, 14, WS_TABSTOP
DEFPUSHBUTTON "HDD...", IDC_HDCONF, 200-54,76, 50, 14, WS_TABSTOP
LISTBOX IDC_LIST, 4, 4,140,142, WS_TABSTOP
LISTBOX IDC_LIST, 4, 4,140,142, WS_TABSTOP|WS_VSCROLL
END