inspector: Use the new show-separators property

Add separators to the list boxes on the Settings page.
This commit is contained in:
Matthias Clasen 2019-04-12 20:25:54 -04:00
parent 4551aef081
commit 68d6c51dbc

View File

@ -371,6 +371,7 @@
<child>
<object class="GtkListBox" id="debug_box">
<property name="selection-mode">none</property>
<property name="show-separators">True</property>
<child>
<object class="GtkListBoxRow">
<property name="activatable">1</property>
@ -516,6 +517,7 @@
<child>
<object class="GtkListBox" id="misc_box">
<property name="selection-mode">none</property>
<property name="show-separators">True</property>
<child>
<object class="GtkListBoxRow">
<property name="activatable">1</property>