]> git.sesse.net Git - vlc/commitdiff
Qt4 - comment another thing to build on windows. L4|\/|3 contribs...
authorJean-Baptiste Kempf <jb@videolan.org>
Mon, 19 Mar 2007 19:45:08 +0000 (19:45 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 19 Mar 2007 19:45:08 +0000 (19:45 +0000)
modules/gui/qt4/components/simple_preferences.cpp

index 59f5211edb00d6f57ba4ae5515b22a84690171c4..d1a442069999c2770f4a11f7f73b3fc45a1a6faf 100644 (file)
@@ -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 );