Reformat dialog boxes a bit so that things fit better.

This commit is contained in:
Mike Crowe
2006-05-30 13:41:16 +00:00
parent 4db723e0d1
commit aea1b16ddd
2 changed files with 69 additions and 42 deletions

View File

@@ -48,8 +48,7 @@ void CConfigPage::EnableControls()
const bool enable_password = (m_protect_checkbox.GetCheck() != 0) && enable;
GetDlgItem(IDC_PASSWORD).EnableWindow(enable_password);
GetDlgItem(IDC_PASSWORD_PROMPT).EnableWindow(enable_password);
//GetDlgItem(IDC_PASSWORD_PROMPT).EnableWindow(enable_password);
}
int CConfigPage::OnApply()