]> SALOME platform Git repositories - modules/hydro.git/commitdiff
Salome HOME
correction of the test window size on Windows
authorasl <asl@opencascade.com>
Mon, 19 Oct 2015 06:21:01 +0000 (09:21 +0300)
committerasl <asl@opencascade.com>
Mon, 19 Oct 2015 06:21:01 +0000 (09:21 +0300)
src/HYDRO_tests/test_HYDROData_Main.cxx

index 507c6b55fb852d2b429bbedeb86db24e8ccbf6f8..4248b2190a2bb38bb0811df53812d82a87352615 100644 (file)
@@ -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();