summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/resources/ui/nautilus-app-chooser.ui23
1 files 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 @@
<object class="GtkSeparator"/>
</child>
<child>
- <object class="AdwActionRow" id="set_default_row">
- <property name="hexpand">true</property>
- <property name="selectable">false</property>
- <property name="activatable-widget">set_as_default_switch</property>
- <property name="title" translatable="yes">Always use for this file type</property>
+ <object class="GtkListBox">
+ <style>
+ <class name="background"/>
+ </style>
<child>
- <object class="GtkSwitch" id="set_as_default_switch">
- <property name="halign">end</property>
- <property name="valign">center</property>
+ <object class="AdwActionRow" id="set_default_row">
+ <property name="hexpand">true</property>
+ <property name="selectable">false</property>
+ <property name="activatable-widget">set_as_default_switch</property>
+ <property name="title" translatable="yes">Always use for this file type</property>
+ <child>
+ <object class="GtkSwitch" id="set_as_default_switch">
+ <property name="halign">end</property>
+ <property name="valign">center</property>
+ </object>
+ </child>
</object>
</child>
</object>