diff options
author | Matthias Clasen <mclasen@redhat.com> | 2019-04-12 20:25:54 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2019-04-12 20:25:54 -0400 |
commit | 68d6c51dbc00436aad1b3ebf5aa0e46b7883112e (patch) | |
tree | af0e9636519d16ae9d5fc26c41538781e26606a9 /gtk/inspector/visual.ui | |
parent | 4551aef081a467c8832d969324cfd3724e4bc0a9 (diff) | |
download | gtk+-68d6c51dbc00436aad1b3ebf5aa0e46b7883112e.tar.gz |
inspector: Use the new show-separators property
Add separators to the list boxes on the Settings page.
Diffstat (limited to 'gtk/inspector/visual.ui')
-rw-r--r-- | gtk/inspector/visual.ui | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/inspector/visual.ui b/gtk/inspector/visual.ui index c50163e353..fdc108e68a 100644 --- a/gtk/inspector/visual.ui +++ b/gtk/inspector/visual.ui @@ -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> |