[gtk/listbox-separators: 3/3] inspector: Use the new show-separators property



commit 68d6c51dbc00436aad1b3ebf5aa0e46b7883112e
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Apr 12 20:25:54 2019 -0400

    inspector: Use the new show-separators property
    
    Add separators to the list boxes on the Settings page.

 gtk/inspector/visual.ui | 2 ++
 1 file changed, 2 insertions(+)
---
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>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]