mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
77577f717f
commit
12789a3f9f
3 changed files with 21 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue