diff options
-rw-r--r-- | src/Mount/Mount.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Mount/Mount.c b/src/Mount/Mount.c index a1543b61..ebae35f8 100644 --- a/src/Mount/Mount.c +++ b/src/Mount/Mount.c | |||
@@ -550,7 +550,7 @@ static void InitMainDialog (HWND hwndDlg) | |||
550 | 550 | ||
551 | if (mainHeigth < correctHeigth) | 551 | if (mainHeigth < correctHeigth) |
552 | { | 552 | { |
553 | SetWindowPos (hwndDlg, NULL, 0, 0, mainWidth, correctHeigth , SWP_NOACTIVATE | SWP_NOZORDER | SWP_NOMOVE | SWP_SHOWWINDOW); | 553 | SetWindowPos (hwndDlg, NULL, 0, 0, mainWidth, correctHeigth , SWP_NOACTIVATE | SWP_NOZORDER | SWP_NOMOVE); |
554 | } | 554 | } |
555 | } | 555 | } |
556 | } | 556 | } |