[gtk+] inspector: Expand the general tabs



commit c6a9c1231b84885ef258620a68b935df2d0ccfe1
Author: Yosef Or Boczko <yoseforb src gnome org>
Date:   Tue May 20 19:30:56 2014 +0300

    inspector: Expand the general tabs
    
    https://bugzilla.gnome.org/show_bug.cgi?id=730465

 gtk/inspector/window.ui |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)
---
diff --git a/gtk/inspector/window.ui b/gtk/inspector/window.ui
index 41b96a0..bab8791 100644
--- a/gtk/inspector/window.ui
+++ b/gtk/inspector/window.ui
@@ -202,6 +202,10 @@
               </object>
             </child>
           </object>
+          <packing>
+            <property name="tab_expand">True</property>
+            <property name="tab_fill">True</property>
+          </packing>
         </child>
         <child type="tab">
           <object class="GtkLabel">
@@ -213,6 +217,10 @@
           <object class="GtkInspectorVisual">
             <property name="visible">True</property>
           </object>
+          <packing>
+            <property name="tab_expand">True</property>
+            <property name="tab_fill">True</property>
+          </packing>
         </child>
         <child type="tab">
           <object class="GtkLabel">
@@ -225,6 +233,10 @@
             <property name="visible">True</property>
             <property name="global">True</property>
           </object>
+          <packing>
+            <property name="tab_expand">True</property>
+            <property name="tab_fill">True</property>
+          </packing>
         </child>
         <child type="tab">
           <object class="GtkLabel">
@@ -236,6 +248,10 @@
           <object class="GtkInspectorResourceList">
             <property name="visible">True</property>
           </object>
+          <packing>
+            <property name="tab_expand">True</property>
+            <property name="tab_fill">True</property>
+          </packing>
         </child>
         <child type="tab">
           <object class="GtkLabel">
@@ -247,6 +263,10 @@
           <object class="GtkInspectorGeneral">
             <property name="visible">True</property>
           </object>
+          <packing>
+            <property name="tab_expand">True</property>
+            <property name="tab_fill">True</property>
+          </packing>
         </child>
         <child type="tab">
           <object class="GtkLabel">


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