QToolTip::add ( tempBtn, tr( "Click this to browse temporary directory" ) );
// create products list
productsView = new ProductsView( moreBox );
- productsView->setMinimumSize( 200, 180 );
+ productsView->setMinimumSize( 250, 180 );
QWhatsThis::add( productsView, tr( "This view lists the products you wish to be installed" ) );
QToolTip::add ( productsView, tr( "This view lists the products you wish to be installed" ) );
// products info box