Commit 587bfa58 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt4 - comment another thing to build on windows. L4|\/|3 contribs...

parent aeb66e2b
...@@ -61,7 +61,7 @@ SPrefsCatList::SPrefsCatList( intf_thread_t *_p_intf, QWidget *_parent ) : ...@@ -61,7 +61,7 @@ SPrefsCatList::SPrefsCatList( intf_thread_t *_p_intf, QWidget *_parent ) :
setMovement(QListView::Static); setMovement(QListView::Static);
setMaximumWidth(200); setMaximumWidth(200);
setSpacing(0); setSpacing(0);
setWordWrap(true); // setWordWrap(true);
setVerticalScrollMode(QAbstractItemView::ScrollPerPixel); setVerticalScrollMode(QAbstractItemView::ScrollPerPixel);
setHorizontalScrollBarPolicy(Qt::ScrollBarAlwaysOff); setHorizontalScrollBarPolicy(Qt::ScrollBarAlwaysOff);
setAlternatingRowColors( true ); setAlternatingRowColors( true );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment