]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/components/complete_preferences.cpp
Remove unnecessary function that doesn't do what we want anyway.
[vlc] / modules / gui / qt4 / components / complete_preferences.cpp
index a953ff534b126913070684d463c66ecd2b7dcb75..4559815b2acdf13893698f3ac75cc24f4088551b 100644 (file)
@@ -62,7 +62,6 @@ PrefsTree::PrefsTree( intf_thread_t *_p_intf, QWidget *_parent ) :
 
     setIconSize( QSize( ITEM_HEIGHT,ITEM_HEIGHT ) );
     setTextElideMode( Qt::ElideNone );
-    setHorizontalScrollBarPolicy ( Qt::ScrollBarAlwaysOn );
 
     /* Nice icons */
 #define BI( a,b) QIcon a##_icon = QIcon( QPixmap( b ))