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;