shell32: Include the text control when resizing ShBrowseForFolder dialog.

This commit is contained in:
Diaa Sami 2009-01-28 21:54:30 +02:00 committed by Alexandre Julliard
parent 8218518695
commit cdb0497d7a
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@ static const LAYOUT_INFO g_layout_info[] =
{IDD_STATUS, BF_TOP|BF_LEFT|BF_RIGHT},
{IDD_FOLDER, BF_TOP|BF_LEFT|BF_RIGHT},
{IDD_TREEVIEW, BF_TOP|BF_BOTTOM|BF_LEFT|BF_RIGHT},
{IDD_FOLDER, BF_BOTTOM|BF_LEFT},
{IDD_FOLDERTEXT, BF_BOTTOM|BF_LEFT|BF_RIGHT},
{IDD_MAKENEWFOLDER, BF_BOTTOM|BF_LEFT},
{IDOK, BF_BOTTOM|BF_RIGHT},