From 4aabd974c360ed0c21c0e2f7da94250368badc79 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Mon, 23 Oct 2017 05:46:50 -0400 Subject: MqNotebook: Set tab page and label positions --- (limited to 'src') diff --git a/src/notebook.c b/src/notebook.c index 9eec2b8..277117c 100644 --- a/src/notebook.c +++ b/src/notebook.c @@ -176,6 +176,9 @@ insert_page(MqNotebook *notebook, MqTabTree *node, const gchar *uri) GTK_WIDGET(node->page), TRUE); gtk_widget_show_all(GTK_WIDGET(node->page)); gtk_widget_show_all(GTK_WIDGET(node->label)); + + mq_tab_page_update_position(node->page, MQ_TREE(node)->position); + mq_tab_label_set_position(node->label, MQ_TREE(node)->position); } MqTabPage * -- cgit v0.9.1