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
d738b02986
commit
e3b7ab4ffc
|
@ -117,8 +117,8 @@ void CAccountManagerInfoPage::CreateControls()
|
|||
#define LISTBOXWIDTH 225
|
||||
#define DESCRIPTIONSWIDTH 350
|
||||
#else
|
||||
#define LISTBOXWIDTH 150
|
||||
#define DESCRIPTIONSWIDTH 200
|
||||
#define LISTBOXWIDTH ADJUSTFORXDPI(150)
|
||||
#define DESCRIPTIONSWIDTH ADJUSTFORXDPI(310)
|
||||
#endif
|
||||
|
||||
CAccountManagerInfoPage* itemWizardPage23 = this;
|
||||
|
|
Loading…
Reference in New Issue