increase size of timeline marker

This commit is contained in:
niels
2015-05-03 19:05:17 +02:00
parent 936b244681
commit 3ddc40ec54
2 changed files with 6 additions and 9 deletions

View File

@@ -6898,8 +6898,6 @@ void vj_gui_init(char *glade_file, int launcher, char *hostname, int port_num,
glade_xml_signal_autoconnect( gui->main_window );
GtkWidget *frame = glade_xml_get_widget_( info->main_window, "markerframe" );
info->tl = timeline_new();
gtk_widget_set_size_request_(frame, 200,14 );
set_tooltip_by_widget(info->tl, tooltips[TOOLTIP_TIMELINE].text );