inspector: Stop using .sidebar for the recorder page
authorAlexander Mikhaylenko <alexm@gnome.org>
Sat, 23 Oct 2021 23:01:35 +0000 (04:01 +0500)
committerAlexander Mikhaylenko <alexm@gnome.org>
Sat, 23 Oct 2021 23:01:35 +0000 (04:01 +0500)
Those aren't sidebars. Add separators manually instead of misusing the
style class.

gtk/inspector/recorder.ui

index ce25148196a58d8de9545cdfd1e606f44c5f8768..aa6f67aca7482f72b8cc21e57986185dc2329ee5 100644 (file)
@@ -69,9 +69,6 @@
               <object class="GtkScrolledWindow">
                 <property name="hscrollbar-policy">never</property>
                 <property name="propagate-natural-width">1</property>
-                <style>
-                  <class name="sidebar"/>
-                </style>
                 <child>
                   <object class="GtkListBox" id="recordings_list">
                     <property name="vexpand">1</property>
                 </child>
               </object>
             </child>
+            <child>
+              <object class="GtkSeparator"/>
+            </child>
             <child>
               <object class="GtkScrolledWindow">
                 <property name="hscrollbar-policy">never</property>
                 <property name="propagate-natural-width">1</property>
-                <style>
-                  <class name="sidebar"/>
-                </style>
                 <child>
                   <object class="GtkListView" id="render_node_list">
                     <property name="vexpand">1</property>
@@ -95,6 +92,9 @@
                 </child>
               </object>
             </child>
+            <child>
+              <object class="GtkSeparator"/>
+            </child>
             <child>
               <object class="GtkPaned" id="render_paned">
                 <property name="orientation">vertical</property>