Salome HOME
Update Help for VISU module.
[modules/visu.git] / src / VISUGUI / VisuGUI_FontWg.cxx
index b8a0d4344ea2d03d73289ba8771b96454be03e3b..78d62a1c31bfd8cbd7db59e90aece5fcb6dcbf7b 100755 (executable)
@@ -48,6 +48,7 @@ VisuGUI_FontWg::VisuGUI_FontWg( QWidget* theParent )
 {
   setSpacing( 5 );
   myColorBtn = new QToolButton( this );
+  myColorBtn->setMinimumWidth( 20 );
 
   myFamily = new QComboBox( this );
   myFamily->insertItem( tr( "ARIAL" ) );