aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/windows/leash/LeashAboutBox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/windows/leash/LeashAboutBox.cpp b/src/windows/leash/LeashAboutBox.cpp
index 632dc59..d5c6be2 100644
--- a/src/windows/leash/LeashAboutBox.cpp
+++ b/src/windows/leash/LeashAboutBox.cpp
@@ -268,7 +268,7 @@ BOOL CLeashAboutBox::OnInitDialog()
GetDlgItem(IDC_STATIC_NO_OF_MODULES)->ShowWindow(SW_HIDE);
m_LB_DLLsLoaded.ShowWindow(SW_HIDE);
// shrink window, move 'OK' button
- const int hideDiff = 175;
+ const int hideDiff = 150;
RECT okRect;
CWnd* pOK = GetDlgItem(IDOK);
pOK->GetWindowRect(&okRect);