Commit 92758bd8 authored by Francois Cartegnie's avatar Francois Cartegnie

Qt: PLSelector: Pack entries to the left

parent bca30e15
...@@ -143,6 +143,8 @@ PLSelector::PLSelector( QWidget *p, intf_thread_t *_p_intf ) ...@@ -143,6 +143,8 @@ PLSelector::PLSelector( QWidget *p, intf_thread_t *_p_intf )
createItems(); createItems();
setRootIsDecorated( false );
setIndentation( 5 );
/* Expand at least to show level 2 */ /* Expand at least to show level 2 */
for ( int i = 0; i < topLevelItemCount(); i++ ) for ( int i = 0; i < topLevelItemCount(); i++ )
expandItem( topLevelItem( i ) ); expandItem( topLevelItem( i ) );
......
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