Salome HOME
CoTech action 66.2: Rename algorithms in Create Mesh dialog box:
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_MeshDlg.cxx
index f3a2719d41cfbbcb6e44b4b8f11b9ffb1f95a682..a381acde05148beca0aabdb3259b4ac85151d585 100644 (file)
@@ -171,6 +171,7 @@ void SMESHGUI_MeshTab::addItem( const QString& txt, const int type, const int in
   if ( type <= AddHyp )
   {
     myHypCombo[ type ]->addItem( txt, QVariant( index ));
+    myHypCombo[ type ]->setMaxVisibleItems( qMax( 10, myHypCombo[ type ]->count() ) );
   }
   else
   {