The obtain new credentials dialog and the change password
dialog provide a "Realm" combo-box. These controls were
not configured to display a vertical scroll bar if there
were more than five realms in the list.
Version number remains 1.2.0.2
ticket: new
component: windows
tags: pullup
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19468
dc483132-0cff-0310-8789-
dd5450dbe970
(L"COMBOBOX",\r
L"",\r
CBS_DROPDOWN | CBS_AUTOHSCROLL | CBS_SORT | \r
- WS_CHILD | WS_VISIBLE | WS_TABSTOP,\r
+ WS_CHILD | WS_VISIBLE | WS_TABSTOP | WS_VSCROLL,\r
0, 0, 100, 100, /* bogus values */\r
hw_parent,\r
(HMENU) K5_NCID_UN,\r
(L"COMBOBOX",\r
L"",\r
CBS_DROPDOWN | CBS_AUTOHSCROLL | CBS_SORT | \r
- WS_CHILD | WS_VISIBLE | WS_TABSTOP,\r
+ WS_CHILD | WS_VISIBLE | WS_TABSTOP | WS_VSCROLL,\r
0, 0, 100, 100, /* bogus */\r
hw_parent,\r
(HMENU) K5_NCID_REALM,\r