diff options
author | raveit65 <[email protected]> | 2020-06-14 13:28:40 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-06-15 01:51:30 +0200 |
commit | d7245e503f05a4f0ccb438837909e5463543f1b5 (patch) | |
tree | d53f05f6ee15946a64abc60296eb763b916493ef /src | |
parent | 270534f373b8fd1abceae02049b7aa21a2dca334 (diff) | |
download | caja-d7245e503f05a4f0ccb438837909e5463543f1b5.tar.bz2 caja-d7245e503f05a4f0ccb438837909e5463543f1b5.tar.xz |
fm-properties: Don't show notebook arrows
fixes https://github.com/mate-desktop/caja/issues/1412
Diffstat (limited to 'src')
-rw-r--r-- | src/file-manager/fm-properties-window.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/file-manager/fm-properties-window.c b/src/file-manager/fm-properties-window.c index 2ccc92f6..27e77c79 100644 --- a/src/file-manager/fm-properties-window.c +++ b/src/file-manager/fm-properties-window.c @@ -5196,7 +5196,6 @@ create_properties_window (StartupData *startup_data) /* Create the notebook tabs. */ window->details->notebook = GTK_NOTEBOOK (gtk_notebook_new ()); - gtk_notebook_set_scrollable (GTK_NOTEBOOK (window->details->notebook), TRUE); gtk_widget_add_events (GTK_WIDGET (window->details->notebook), GDK_SCROLL_MASK); g_signal_connect (window->details->notebook, "scroll-event", |