[gtk/columnview-expand: 5/6] inspector: Expand the resource list



commit c6ddc0e12e482b2db55af5d629e95ff1003d5a84
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 9719153954..74882e7592 100644
--- a/gtk/inspector/resource-list.ui
+++ b/gtk/inspector/resource-list.ui
@@ -62,6 +62,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"/>
@@ -92,6 +93,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]