From 746f3f70b47de771a77ac0ce72c1fcb2ac8a47d4 Mon Sep 17 00:00:00 2001 From: Theo Linkspfeifer <lastonestanding@tutanota.com> Date: Thu, 3 Nov 2022 10:47:29 +0000 Subject: [PATCH] Add separator --- thunar/thunar-window.c | 1 + 1 file changed, 1 insertion(+) diff --git a/thunar/thunar-window.c b/thunar/thunar-window.c index 824db137c..4d09592b7 100644 --- a/thunar/thunar-window.c +++ b/thunar/thunar-window.c @@ -1387,6 +1387,7 @@ thunar_window_update_view_menu (ThunarWindow *window, thunar_window_has_shortcut_sidepane (window), GTK_MENU_SHELL (sub_items)); xfce_gtk_toggle_menu_item_new_from_action_entry (get_action_entry (THUNAR_WINDOW_ACTION_VIEW_SIDE_PANE_TREE), G_OBJECT (window), thunar_window_has_tree_view_sidepane (window), GTK_MENU_SHELL (sub_items)); + xfce_gtk_menu_append_separator (GTK_MENU_SHELL (sub_items)); g_object_get (window->preferences, "last-image-preview-visible", &last_visible_image_preview, NULL); xfce_gtk_toggle_menu_item_new_from_action_entry (get_action_entry (THUNAR_WINDOW_ACTION_TOGGLE_IMAGE_PREVIEW), G_OBJECT (window), last_visible_image_preview, GTK_MENU_SHELL (sub_items)); -- GitLab