[vlc-commits] Qt: sprefs: word wrap long label
Francois Cartegnie
git at videolan.org
Sat May 24 22:35:49 CEST 2014
vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Sat May 24 22:34:09 2014 +0200| [15958ae9788715875947f784ec8fed473e283c4f] | committer: Francois Cartegnie
Qt: sprefs: word wrap long label
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=15958ae9788715875947f784ec8fed473e283c4f
---
modules/gui/qt4/components/preferences_widgets.cpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/modules/gui/qt4/components/preferences_widgets.cpp b/modules/gui/qt4/components/preferences_widgets.cpp
index 7aff7f4..da724dc 100644
--- a/modules/gui/qt4/components/preferences_widgets.cpp
+++ b/modules/gui/qt4/components/preferences_widgets.cpp
@@ -1132,6 +1132,7 @@ KeySelectorControl::KeySelectorControl( vlc_object_t *_p_this,
qtr( "Select or double click an action to change the associated "
"hotkey. Use delete key to remove hotkeys"), p );
+ label->setWordWrap( true );
searchLabel = new QLabel( qtr( "Search" ), p );
actionSearch = new SearchLineEdit();
More information about the vlc-commits
mailing list