From 0cc45d4102ccaa39f86e9704a6d1b147ba54242f Mon Sep 17 00:00:00 2001 From: Fabio D'Urso Date: Fri, 27 Jul 2012 15:53:56 +0200 Subject: [PATCH] Show big icons in annotation tool configuration panel --- conf/widgetannottools.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/widgetannottools.cpp b/conf/widgetannottools.cpp index d0f2bd497..fa8e37936 100644 --- a/conf/widgetannottools.cpp +++ b/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();