mirror of https://github.com/BOINC/boinc.git
MGR: On MS Windows, fix Attach Wizard to scale according to users DPI setting.
This commit is contained in:
parent
e49232d087
commit
d738b02986
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue