[gtk/prop-list: 82/96] inspector: Expand the resource list



commit 57d635e1a19bc89282fce6cc334d52260cf45103
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Dec 24 11:12:49 2019 -0500

    inspector: Expand the resource list
    
    This is an experiment with adding a filler column.

 gtk/inspector/resource-list.ui | 6 ++++++
 1 file changed, 6 insertions(+)
---
diff --git a/gtk/inspector/resource-list.ui b/gtk/inspector/resource-list.ui
index d6db726f54..5f25363d12 100644
--- a/gtk/inspector/resource-list.ui
+++ b/gtk/inspector/resource-list.ui
@@ -61,6 +61,7 @@
                         <child>
                           <object class="GtkColumnViewColumn" id="path">
                             <property name="title" translatable="yes">Path</property>
+                            <property name="expand">1</property>
                             <property name="factory">
                               <object class="GtkSignalListItemFactory">
                                 <signal name="setup" handler="setup_name_cb"/>
@@ -91,6 +92,11 @@
                             </property>
                           </object>
                         </child>
+                        <child>
+                          <object class="GtkColumnViewColumn" id="filler">
+                            <property name="expand">1</property>
+                          </object>
+                        </child>
                       </object>
                     </child>
                   </object>


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