From 03871cad3bbaba712af271bf618f3bf32eac42ac Mon Sep 17 00:00:00 2001 From: Corey Berla Date: Mon, 8 Aug 2022 10:54:50 -0700 Subject: [PATCH] app-chooser: Put the AdwActionRow in a GtkListBox eac32fcad6dc829a6388a7cc78a189dc83844a85 added an action row which inherits from a GtkListBoxRow without putting it in a GtkListBox (or something that inherits from GtkListBox like AdwPerferencesGroup). This caused the activatable-widget not to work. Put the row in a GtkListBox since we don't want any of the other styles from Adw --- src/resources/ui/nautilus-app-chooser.ui | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/src/resources/ui/nautilus-app-chooser.ui b/src/resources/ui/nautilus-app-chooser.ui index b31a40b92..e30beacdf 100644 --- a/src/resources/ui/nautilus-app-chooser.ui +++ b/src/resources/ui/nautilus-app-chooser.ui @@ -68,15 +68,22 @@ - - true - false - set_as_default_switch - Always use for this file type + + - - end - center + + true + false + set_as_default_switch + Always use for this file type + + + end + center + +