vlc | branch: master | Francois Cartegnie <fcvlc...@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();
 

_______________________________________________
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to