Add an empty toolbar to the chart tab

This commit is contained in:
2014-08-20 21:39:33 +02:00
parent 8aeec229f3
commit 6070dc9cc0
2 changed files with 16 additions and 2 deletions

View File

@@ -1689,7 +1689,11 @@ ag_window_new(AgApp *app, WebKitUserContentManager *manager)
priv->chart_web_view = webkit_web_view_new_with_user_content_manager(
manager
);
gtk_container_add(GTK_CONTAINER(priv->tab_chart), priv->chart_web_view);
gtk_box_pack_end(
GTK_BOX(priv->tab_chart),
priv->chart_web_view,
TRUE, TRUE, 0
);
// TODO: translate this error message!
webkit_web_view_load_html(