fixes, update labels, set current pm in notepad page,match sample image dimension with sample slot, fixed sample frame title, centered sample slot duration, minimum width on tree labels

git-svn-id: svn://code.dyne.org/veejay/trunk@1205 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
This commit is contained in:
Niels Elburg
2008-11-19 21:45:44 +00:00
parent 98fc0962f8
commit b2b81aa037
6 changed files with 2623 additions and 2632 deletions

View File

@@ -12,7 +12,8 @@ void *multitrack_new(
gint max_h,
GtkWidget *main_preview_area,
void *gui,
int threads);
int threads,
int max_tracks);
void multitrack_set_logo(void *data , GtkWidget *img);