From 5058c692881386d16a415d720f4e9f5fbd76bd00 Mon Sep 17 00:00:00 2001 From: JosephMcc Date: Tue, 27 Dec 2016 11:44:05 -0800 Subject: [PATCH] xed-panel: Move the notebook tabs to the top --- xed/xed-panel.c | 1 - 1 file changed, 1 deletion(-) diff --git a/xed/xed-panel.c b/xed/xed-panel.c index d6c4dcb..bcffb17 100644 --- a/xed/xed-panel.c +++ b/xed/xed-panel.c @@ -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));