Enable scrollbar in configuration manager dialogue.
This commit is contained in:
parent
d7b10fd12f
commit
8c56b71184
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue