[vlc-commits] Qt: do not extend the dialog minimum width for long lines
Ludovic Fauvet
git at videolan.org
Wed Jul 10 16:51:50 CEST 2013
vlc | branch: master | Ludovic Fauvet <etix at videolan.org> | Wed Jul 10 14:40:03 2013 +0200| [1d1c5e1247a19eac1695af401cf30bef9ffa2673] | committer: Ludovic Fauvet
Qt: do not extend the dialog minimum width for long lines
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1d1c5e1247a19eac1695af401cf30bef9ffa2673
---
modules/gui/qt4/components/extended_panels.cpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/modules/gui/qt4/components/extended_panels.cpp b/modules/gui/qt4/components/extended_panels.cpp
index d591001..acc9215 100644
--- a/modules/gui/qt4/components/extended_panels.cpp
+++ b/modules/gui/qt4/components/extended_panels.cpp
@@ -710,6 +710,7 @@ ExtV4l2::ExtV4l2( intf_thread_t *_p_intf, QWidget *_parent )
"Controls will automatically appear here.")
, this );
help->setAlignment( Qt::AlignHCenter | Qt::AlignVCenter );
+ help->setWordWrap( true );
layout->addWidget( help );
setLayout( layout );
}
More information about the vlc-commits
mailing list