Session Manager: Change boxtype for session list.
This commit is contained in:
parent
1b4ec17964
commit
63d6da1f2f
|
@ -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" );
|
||||
}
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue