mirror of
https://gitlab.gnome.org/GNOME/nautilus
synced 2024-11-05 16:04:31 +00:00
Revert "Put tabs at the bottom"
This reverts commit c6ee7553fd
.
We have gotten feedback that this experiment was not liked by users,
so reverting.
This commit is contained in:
parent
7aad24446c
commit
4d742c8349
1 changed files with 0 additions and 1 deletions
|
@ -240,7 +240,6 @@ nautilus_notebook_init (NautilusNotebook *notebook)
|
|||
gtk_notebook_set_scrollable (GTK_NOTEBOOK (notebook), TRUE);
|
||||
gtk_notebook_set_show_border (GTK_NOTEBOOK (notebook), FALSE);
|
||||
gtk_notebook_set_show_tabs (GTK_NOTEBOOK (notebook), FALSE);
|
||||
gtk_notebook_set_tab_pos (GTK_NOTEBOOK (notebook), GTK_POS_BOTTOM);
|
||||
|
||||
g_signal_connect (notebook, "button-press-event",
|
||||
(GCallback)button_press_cb, NULL);
|
||||
|
|
Loading…
Reference in a new issue