mirror of
https://github.com/reactos/reactos.git
synced 2026-05-23 15:50:29 +08:00
IDD_BROWSE_FOR_FOLDER displays text controlled by the calling applications in IDC_BROWSE_FOR_FOLDER_TITLE. Its old height could lead to text truncation for existing 3rd party apps. The new height value for IDC_BROWSE_FOR_FOLDER_TITLE was inspired by IDC with the same from dialog IDD_BROWSE_FOR_FOLDER_NEW. I could change all languages to the same height, as dimensions of the dialog and surrounding controls were same.