MGR: On MS Windows, fix Attach Wizard to scale according to users DPI setting.

This commit is contained in:
Charlie Fenton 2014-09-10 07:29:53 -07:00
parent e49232d087
commit d738b02986
1 changed files with 1 additions and 2 deletions

View File

@ -202,10 +202,9 @@ void CProjectInfoPage::CreateControls()
#ifdef __WXMAC__
#define DESCRIPTIONSWIDTH 350
#else
#define DESCRIPTIONSWIDTH ADJUSTFORXDPI(200)
#define DESCRIPTIONSWIDTH ADJUSTFORXDPI(310)
#endif
bool bCategoryFound = false;
wxArrayString aCategories;
ALL_PROJECTS_LIST pl;
CMainDocument* pDoc = wxGetApp().GetDocument();