summaryrefslogtreecommitdiff
path: root/src/file-manager/fm-properties-window.c
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2020-06-14 13:28:40 +0200
committerraveit65 <[email protected]>2022-07-21 17:33:39 +0200
commit00843f602ce85666d86a8729f9f0dc4924ad2bc6 (patch)
treec879e3a2f71b94bb70aa7def326620a9d4858a3e /src/file-manager/fm-properties-window.c
parent801f0b980f7d27197d343c75834b0e977a04fc9c (diff)
downloadcaja-00843f602ce85666d86a8729f9f0dc4924ad2bc6.tar.bz2
caja-00843f602ce85666d86a8729f9f0dc4924ad2bc6.tar.xz
fm-properties: Don't show notebook arrows
fixes https://github.com/mate-desktop/caja/issues/1412
Diffstat (limited to 'src/file-manager/fm-properties-window.c')
-rw-r--r--src/file-manager/fm-properties-window.c1
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 75784811..781c547f 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",