[nautilus/wip/oholy/gnome-42: 2/41] Revert "files-view: Drop arrow from background context menu"
- From: Ondrej Holy <oholy src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus/wip/oholy/gnome-42: 2/41] Revert "files-view: Drop arrow from background context menu"
- Date: Fri, 11 Feb 2022 14:07:54 +0000 (UTC)
commit d52df6aea0f87ef67b8313a3c153fea4e6c1c34e
Author: Ondrej Holy <oholy redhat com>
Date: Fri Feb 11 13:46:48 2022 +0100
Revert "files-view: Drop arrow from background context menu"
This reverts commit e4376e7f527f587f78b25acf62c3bee42a541288.
src/nautilus-files-view.c | 2 --
1 file changed, 2 deletions(-)
---
diff --git a/src/nautilus-files-view.c b/src/nautilus-files-view.c
index eb07d9f95..c815e8c74 100644
--- a/src/nautilus-files-view.c
+++ b/src/nautilus-files-view.c
@@ -8316,8 +8316,6 @@ nautilus_files_view_pop_up_background_context_menu (NautilusFilesView *view,
{
priv->background_menu = gtk_popover_menu_new_from_model (NULL);
gtk_widget_set_parent (priv->background_menu, GTK_WIDGET (view));
- gtk_popover_set_has_arrow (GTK_POPOVER (priv->background_menu), FALSE);
- gtk_widget_set_halign (priv->background_menu, GTK_ALIGN_START);
g_signal_connect (priv->background_menu, "destroy", G_CALLBACK (gtk_widget_unparent), NULL);
}
gtk_popover_menu_set_menu_model (GTK_POPOVER_MENU (priv->background_menu),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]