Session Manager: Change boxtype for session list.

pull/3/head
Jonathan Moore Liles 2012-12-09 22:07:13 -08:00
parent 1b4ec17964
commit 63d6da1f2f
1 changed files with 1 additions and 1 deletions

View File

@ -819,7 +819,7 @@ public:
o->sortorder( FL_TREE_SORT_ASCENDING );
o->showroot( 0 );
o->selection_color( fl_darker( FL_GREEN ) );
o->box( FL_ROUNDED_BOX );
o->box( FL_DOWN_BOX );
o->label( "Sessions" );
}
{