diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/windows/leash/LeashAboutBox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/windows/leash/LeashAboutBox.cpp b/src/windows/leash/LeashAboutBox.cpp index 632dc5907..d5c6be24b 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); |