fix: #45 File dialog controls misalign when the screen is zoomed

This commit is contained in:
yuanyuanxiang
2025-02-07 19:23:15 +08:00
parent 1fce74e06e
commit 52c5442bfd
5 changed files with 38 additions and 18 deletions

View File

@@ -75,6 +75,7 @@ public:
BOOL SendDownloadJob();
BOOL SendUploadJob();
BOOL SendDeleteJob();
void UpdateWindowsPos();
strList m_Remote_Download_Job;
strList m_Remote_Upload_Job;
@@ -213,6 +214,7 @@ private:
void EndLocalUploadFile();
bool DeleteDirectory(LPCTSTR lpszDirectory);
void EnableControl(BOOL bEnable = TRUE);
float m_fScalingFactor;
};
//{{AFX_INSERT_LOCATION}}