Skip to content

Commit c82da3f

Browse files
committed
fixed:Window exception in some dpi
1 parent 8708614 commit c82da3f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
Binary file not shown.

XEngine_Source/XEngine_APPService/XEngine_AuthorizeApp/XEngine_AuthorizeAppDlg.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ BOOL CXEngineAuthorizeAppDlg::OnInitDialog()
115115
//调整子对话框在父窗口中的位置
116116
CRect st_Rect;
117117
m_TabWindows.GetClientRect(&st_Rect);
118-
st_Rect.top += 20;
118+
st_Rect.top += 30;
119119
st_Rect.bottom -= 1;
120120
st_Rect.left += 1;
121121
st_Rect.right -= 1;

0 commit comments

Comments
 (0)