[gtk: 2/60] inspector: Avoid double borders in the resource tab




commit c6976d689766d9d94af23854b64bdd8813a29bd7
Author: nana-4 <hnmaigo gmail com>
Date:   Tue Aug 25 14:24:50 2020 +0900

    inspector: Avoid double borders in the resource tab
    
    Replace the frames with a separator.

 gtk/inspector/resource-list.ui | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/gtk/inspector/resource-list.ui b/gtk/inspector/resource-list.ui
index 3c558da420..358458327d 100644
--- a/gtk/inspector/resource-list.ui
+++ b/gtk/inspector/resource-list.ui
@@ -182,6 +182,9 @@
                     </child>
                   </object>
                 </child>
+                <child>
+                  <object class="GtkSeparator"/>
+                </child>
                 <child>
                   <object class="GtkStack" id="content">
                     <child>
@@ -191,7 +194,6 @@
                           <object class="GtkScrolledWindow">
                             <property name="hexpand">1</property>
                             <property name="vexpand">1</property>
-                            <property name="has-frame">1</property>
                             <style>
                               <class name="view"/>
                             </style>
@@ -212,7 +214,6 @@
                           <object class="GtkScrolledWindow">
                             <property name="hexpand">1</property>
                             <property name="vexpand">1</property>
-                            <property name="has-frame">1</property>
                             <style>
                               <class name="view"/>
                             </style>


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