forked from AuroraMiddleware/gtk
inspector: Use the new show-separators property
Add separators to the list boxes on the Settings page.
This commit is contained in:
parent
4551aef081
commit
68d6c51dbc
@ -371,6 +371,7 @@
|
|||||||
<child>
|
<child>
|
||||||
<object class="GtkListBox" id="debug_box">
|
<object class="GtkListBox" id="debug_box">
|
||||||
<property name="selection-mode">none</property>
|
<property name="selection-mode">none</property>
|
||||||
|
<property name="show-separators">True</property>
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkListBoxRow">
|
<object class="GtkListBoxRow">
|
||||||
<property name="activatable">1</property>
|
<property name="activatable">1</property>
|
||||||
@ -516,6 +517,7 @@
|
|||||||
<child>
|
<child>
|
||||||
<object class="GtkListBox" id="misc_box">
|
<object class="GtkListBox" id="misc_box">
|
||||||
<property name="selection-mode">none</property>
|
<property name="selection-mode">none</property>
|
||||||
|
<property name="show-separators">True</property>
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkListBoxRow">
|
<object class="GtkListBoxRow">
|
||||||
<property name="activatable">1</property>
|
<property name="activatable">1</property>
|
||||||
|
Loading…
Reference in New Issue
Block a user