From: Jean-Baptiste Kempf Date: Mon, 19 Mar 2007 19:45:08 +0000 (+0000) Subject: Qt4 - comment another thing to build on windows. L4|\/|3 contribs... X-Git-Tag: 0.9.0-test0~8100 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=587bfa582886a0f93ed423ce1c73183026df3991;p=vlc Qt4 - comment another thing to build on windows. L4|\/|3 contribs... --- diff --git a/modules/gui/qt4/components/simple_preferences.cpp b/modules/gui/qt4/components/simple_preferences.cpp index 59f5211edb..d1a4420699 100644 --- a/modules/gui/qt4/components/simple_preferences.cpp +++ b/modules/gui/qt4/components/simple_preferences.cpp @@ -61,7 +61,7 @@ SPrefsCatList::SPrefsCatList( intf_thread_t *_p_intf, QWidget *_parent ) : setMovement(QListView::Static); setMaximumWidth(200); setSpacing(0); - setWordWrap(true); +// setWordWrap(true); setVerticalScrollMode(QAbstractItemView::ScrollPerPixel); setHorizontalScrollBarPolicy(Qt::ScrollBarAlwaysOff); setAlternatingRowColors( true );