Merge remote-tracking branch 'origin/raurodse-branding'

FIXES #961
This commit is contained in:
Adriaan de Groot 2019-04-23 16:41:22 -04:00
commit 08e4090354
11 changed files with 59 additions and 39 deletions

View file

@ -61,7 +61,7 @@ PartitionLabelsView::PartitionLabelsView( QWidget* parent )
setFrameStyle( QFrame::NoFrame );
setSelectionBehavior( QAbstractItemView::SelectRows );
setSelectionMode( QAbstractItemView::SingleSelection );
this->setObjectName("partitionLabel");
// Debug
connect( this, &PartitionLabelsView::clicked,
this, [=]( const QModelIndex& index )