Skip to content
Snippets Groups Projects
Commit 92758bd8 authored by François Cartegnie's avatar François Cartegnie :fingers_crossed:
Browse files

Qt: PLSelector: Pack entries to the left

parent bca30e15
No related branches found
No related tags found
No related merge requests found
......@@ -143,6 +143,8 @@ PLSelector::PLSelector( QWidget *p, intf_thread_t *_p_intf )
createItems();
setRootIsDecorated( false );
setIndentation( 5 );
/* Expand at least to show level 2 */
for ( int i = 0; i < topLevelItemCount(); i++ )
expandItem( topLevelItem( i ) );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment