From 4cda72771765720a6a8721bd8844945c2403afe6 Mon Sep 17 00:00:00 2001
From: QuakeGod <quakegod@sina.com>
Date: 星期一, 23 十月 2023 08:52:12 +0800
Subject: [PATCH] fix vcxproj version

---
 MTerm2/MyDialogLog.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/MTerm2/MyDialogLog.cpp b/MTerm2/MyDialogLog.cpp
index 7a2161d..05f2948 100644
--- a/MTerm2/MyDialogLog.cpp
+++ b/MTerm2/MyDialogLog.cpp
@@ -115,7 +115,7 @@
 		CRect rect1;
 		GetDlgItem(IDC_CHECK_PAUSEUPDATE)->GetWindowRect(rect1);
 		ScreenToClient(&rect1);
-		GetDlgItem(IDC_CHECK_PAUSEUPDATE)->SetWindowPos(NULL,0,cy-rect1.Height(),rect1.Width(),rect1.Height(),NULL);
+		GetDlgItem(IDC_CHECK_PAUSEUPDATE)->SetWindowPos(NULL,4,cy-rect1.Height()-4,rect1.Width(),rect1.Height(),NULL);
 	}
 	pwnd=GetDlgItem(IDC_CHECK_NOSCROLL);
 	if (pwnd!=NULL)
@@ -123,7 +123,7 @@
 		CRect rect1;
 		GetDlgItem(IDC_CHECK_NOSCROLL)->GetWindowRect(rect1);
 		ScreenToClient(&rect1);
-		GetDlgItem(IDC_CHECK_NOSCROLL)->SetWindowPos(NULL,cx-rect1.Width(),cy-rect1.Height(),rect1.Width(),rect1.Height(),NULL);
+		GetDlgItem(IDC_CHECK_NOSCROLL)->SetWindowPos(NULL,cx-rect1.Width()-4,cy-rect1.Height()-4,rect1.Width(),rect1.Height(),NULL);
 	}
 }
 

--
Gitblit v1.9.1