xed-panel: Move the notebook tabs to the top

This commit is contained in:
JosephMcc 2016-12-27 11:44:05 -08:00
parent 4635766fc7
commit 5058c69288
1 changed files with 0 additions and 1 deletions

View File

@ -401,7 +401,6 @@ build_notebook_for_panel (XedPanel *panel)
/* Create the panel notebook */
panel->priv->notebook = gtk_notebook_new ();
gtk_notebook_set_tab_pos (GTK_NOTEBOOK (panel->priv->notebook), GTK_POS_BOTTOM);
gtk_notebook_set_scrollable (GTK_NOTEBOOK (panel->priv->notebook), TRUE);
gtk_notebook_popup_enable (GTK_NOTEBOOK (panel->priv->notebook));