This website works better with JavaScript.
Home
Help
Sign In
linuxaudio
/
new-session-manager
mirror of
https://github.com/linuxaudio/new-session-manager
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
17
Wiki
Activity
Browse Source
Session Manager: Change boxtype for session list.
tags/non-daw-v1.2.0
Jonathan Moore Liles
12 years ago
parent
1b4ec17964
commit
63d6da1f2f
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
session-manager/src/session-manager.C
+ 1
- 1
session-manager/src/session-manager.C
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" );
}
{
Write
Preview
Loading…
Cancel
Save