From 587bfa582886a0f93ed423ce1c73183026df3991 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Mon, 19 Mar 2007 19:45:08 +0000 Subject: [PATCH] Qt4 - comment another thing to build on windows. L4|\/|3 contribs... --- modules/gui/qt4/components/simple_preferences.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); -- 2.39.2