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:52:26 -07:00
parent d738b02986
commit e3b7ab4ffc
1 changed files with 2 additions and 2 deletions

View File

@ -117,8 +117,8 @@ void CAccountManagerInfoPage::CreateControls()
#define LISTBOXWIDTH 225 #define LISTBOXWIDTH 225
#define DESCRIPTIONSWIDTH 350 #define DESCRIPTIONSWIDTH 350
#else #else
#define LISTBOXWIDTH 150 #define LISTBOXWIDTH ADJUSTFORXDPI(150)
#define DESCRIPTIONSWIDTH 200 #define DESCRIPTIONSWIDTH ADJUSTFORXDPI(310)
#endif #endif
CAccountManagerInfoPage* itemWizardPage23 = this; CAccountManagerInfoPage* itemWizardPage23 = this;