Commit 15958ae9 authored by Francois Cartegnie's avatar Francois Cartegnie

Qt: sprefs: word wrap long label

parent 3c96b5b8
......@@ -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();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment