[gtk/columnview-expand: 51/55] inspector: Expand the object tree



commit 1408199957104a661602e0e0b3412d69bcc727ca
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Dec 24 11:11:51 2019 -0500

    inspector: Expand the object tree
    
    This is how it used to look, and it looks better that way.

 gtk/inspector/object-tree.ui | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/gtk/inspector/object-tree.ui b/gtk/inspector/object-tree.ui
index ada53a08e6..06e7229e59 100644
--- a/gtk/inspector/object-tree.ui
+++ b/gtk/inspector/object-tree.ui
@@ -45,6 +45,7 @@
             <child>
               <object class="GtkColumnViewColumn">
                 <property name="title">Type</property>
+                <property name="expand">1</property>
                 <property name="factory">
                   <object class="GtkSignalListItemFactory">
                     <signal name="setup" handler="setup_type_cb"/>
@@ -57,6 +58,7 @@
             <child>
               <object class="GtkColumnViewColumn">
                 <property name="title">Name</property>
+                <property name="expand">1</property>
                 <property name="factory">
                   <object class="GtkSignalListItemFactory">
                     <signal name="setup" handler="setup_name_cb"/>
@@ -68,6 +70,7 @@
             <child>
               <object class="GtkColumnViewColumn">
                 <property name="title">Label</property>
+                <property name="expand">1</property>
                 <property name="factory">
                   <object class="GtkSignalListItemFactory">
                     <signal name="setup" handler="setup_label_cb"/>


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