Make GUI DPI-aware
This commit is contained in:
@@ -31,7 +31,7 @@ wxMSCHAPv2ConfigPanel::wxMSCHAPv2ConfigPanel(const eap::config_provider &prov, e
|
||||
sb_content = new wxBoxSizer( wxVERTICAL );
|
||||
|
||||
m_credentials = new wxMSCHAPv2CredentialsConfigPanel(prov, cfg, this, _("MSCHAPv2 User ID and Password"));
|
||||
sb_content->Add(m_credentials, 0, wxEXPAND, 5);
|
||||
sb_content->Add(m_credentials, 0, wxEXPAND, FromDIP(5));
|
||||
|
||||
this->SetSizer(sb_content);
|
||||
this->Layout();
|
||||
|
Reference in New Issue
Block a user