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__
|
#ifdef __WXMAC__
|
||||||
#define DESCRIPTIONSWIDTH 350
|
#define DESCRIPTIONSWIDTH 350
|
||||||
#else
|
#else
|
||||||
#define DESCRIPTIONSWIDTH ADJUSTFORXDPI(200)
|
#define DESCRIPTIONSWIDTH ADJUSTFORXDPI(310)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
bool bCategoryFound = false;
|
|
||||||
wxArrayString aCategories;
|
wxArrayString aCategories;
|
||||||
ALL_PROJECTS_LIST pl;
|
ALL_PROJECTS_LIST pl;
|
||||||
CMainDocument* pDoc = wxGetApp().GetDocument();
|
CMainDocument* pDoc = wxGetApp().GetDocument();
|
||||||
|
|
Loading…
Reference in New Issue