diff options
author | raveit65 <[email protected]> | 2020-06-14 13:28:40 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2022-07-21 17:33:39 +0200 |
commit | 00843f602ce85666d86a8729f9f0dc4924ad2bc6 (patch) | |
tree | c879e3a2f71b94bb70aa7def326620a9d4858a3e /src | |
parent | 801f0b980f7d27197d343c75834b0e977a04fc9c (diff) | |
download | caja-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')
-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 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", |