Salome HOME
Feature #86: The hierarchy in the Object Browser (T 19).
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_ColorDlg.cxx
index 8a1d0090031b5a09b5e6c99f7f9ccb3f42f79980..278fdad2b5f69ddde64769a94a10cabf245c7d14 100644 (file)
@@ -90,6 +90,8 @@ HYDROGUI_ColorDlg::HYDROGUI_ColorDlg( QWidget* theParent )
   // Connect signals and slots
   connect( anOkButton, SIGNAL( clicked() ), this, SLOT( accept() ) );
   connect( aCancelButton, SIGNAL( clicked() ), this, SLOT( reject() ) );
+
+  setFixedSize( 300, 150 );
 }
 
 HYDROGUI_ColorDlg::~HYDROGUI_ColorDlg()