mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-11 14:30:20 -05:00
Reformat dialog boxes a bit so that things fit better.
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user