From e3b7ab4ffcd6e93aeb40c8b6996671aca008bb65 Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Wed, 10 Sep 2014 07:52:26 -0700 Subject: [PATCH] MGR: On MS Windows, fix Attach Wizard to scale according to users DPI setting. --- clientgui/AccountManagerInfoPage.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clientgui/AccountManagerInfoPage.cpp b/clientgui/AccountManagerInfoPage.cpp index 4d88ddd4c3..6f5038bee8 100644 --- a/clientgui/AccountManagerInfoPage.cpp +++ b/clientgui/AccountManagerInfoPage.cpp @@ -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;