Desktop: buddies in the dive list

As proposed in RFC #1587, now also alllow buddies to be shown in the
divelist.

Fixes: #1587

Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
This commit is contained in:
Jan Mulder 2018-09-04 17:10:11 +02:00 committed by Dirk Hohndel
parent 77577f717f
commit 12789a3f9f
3 changed files with 21 additions and 0 deletions

View file

@ -98,6 +98,9 @@ void DiveListView::calculateInitialColumnWidth(int col)
case DiveTripModel::PHOTOS:
sw = 5*em;
break;
case DiveTripModel::BUDDIES:
sw = 50*em;
break;
case DiveTripModel::LOCATION:
sw = 50*em;
break;