From f6ce20cbde29f3237b63d49bd2d66dd25733f96e Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Mon, 11 Jun 2007 10:08:12 +0000 Subject: [PATCH] Reduced mmg's window height even further. --- src/mmg/mmg.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/mmg/mmg.cpp b/src/mmg/mmg.cpp index 9319bfbf0..400035b19 100644 --- a/src/mmg/mmg.cpp +++ b/src/mmg/mmg.cpp @@ -830,11 +830,11 @@ mmg_dialog::mmg_dialog(): bs_main->Add(bs_buttons, 0, wxALIGN_CENTER_HORIZONTAL); #ifdef SYS_WINDOWS - SetSizeHints(600, 710); - SetSize(600, 710); + SetSizeHints(600, 680); + SetSize(600, 680); #else - SetSizeHints(600, 688); - SetSize(600, 688); + SetSizeHints(600, 660); + SetSize(600, 660); #endif muxing_in_progress = false;