From: asl Date: Mon, 19 Oct 2015 06:21:01 +0000 (+0300) Subject: correction of the test window size on Windows X-Git-Tag: v1.5~91 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=fb000bd04f883a3963fc8f3136d6428137305efe;p=modules%2Fhydro.git correction of the test window size on Windows --- diff --git a/src/HYDRO_tests/test_HYDROData_Main.cxx b/src/HYDRO_tests/test_HYDROData_Main.cxx index 507c6b55..4248b219 100644 --- a/src/HYDRO_tests/test_HYDROData_Main.cxx +++ b/src/HYDRO_tests/test_HYDROData_Main.cxx @@ -45,11 +45,7 @@ int main( int argc, char* argv[] ) aWindow->show(); QTest::qWaitForWindowShown( aWindow ); -#ifdef WIN32 - int dy = 0; -#else int dy = 34; -#endif //std::cout << dx << "," << dy << std::endl; aWindow->resize( W, H+dy ); anApp.processEvents();