Show big icons in annotation tool configuration panel

remotes/origin/epub-qtextdoc
Fabio D'Urso 14 years ago
parent a5cadb28c1
commit 0cc45d4102
  1. 2
      conf/widgetannottools.cpp

@ -41,7 +41,7 @@ WidgetAnnotTools::WidgetAnnotTools( QWidget * parent )
{
QHBoxLayout *hBoxLayout = new QHBoxLayout( this );
m_list = new QListWidget( this );
m_list->setIconSize( QSize( 32, 32 ) );
m_list->setIconSize( QSize( 64, 64 ) );
hBoxLayout->addWidget( m_list );
QVBoxLayout *vBoxLayout = new QVBoxLayout();

Loading…
Cancel
Save