forked from AuroraMiddleware/gtk
inspector: Expand tabs in the objects section
https://bugzilla.gnome.org/show_bug.cgi?id=730465
This commit is contained in:
parent
c6a9c1231b
commit
83d43d0cfe
@ -111,6 +111,10 @@
|
||||
<property name="child-properties">False</property>
|
||||
<property name="widget-tree">widget_tree</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="tab_expand">True</property>
|
||||
<property name="tab_fill">True</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child type="tab">
|
||||
<object class="GtkLabel">
|
||||
@ -122,6 +126,10 @@
|
||||
<object class="GtkInspectorSignalsList" id="signals_list">
|
||||
<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">
|
||||
@ -133,6 +141,10 @@
|
||||
<object class="GtkInspectorObjectHierarchy" id="object_hierarchy">
|
||||
<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">
|
||||
@ -145,6 +157,10 @@
|
||||
<property name="child-properties">True</property>
|
||||
<property name="widget-tree">widget_tree</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="tab_expand">True</property>
|
||||
<property name="tab_fill">True</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child type="tab">
|
||||
<object class="GtkLabel">
|
||||
@ -155,6 +171,10 @@
|
||||
<child>
|
||||
<object class="GtkInspectorClassesList" id="classes_list">
|
||||
</object>
|
||||
<packing>
|
||||
<property name="tab_expand">True</property>
|
||||
<property name="tab_fill">True</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child type="tab">
|
||||
<object class="GtkLabel">
|
||||
@ -166,6 +186,10 @@
|
||||
<object class="GtkInspectorCssEditor" id="widget_css_editor">
|
||||
<property name="global">False</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="tab_expand">True</property>
|
||||
<property name="tab_fill">True</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child type="tab">
|
||||
<object class="GtkLabel">
|
||||
@ -176,6 +200,10 @@
|
||||
<child>
|
||||
<object class="GtkInspectorDataList" id="data_list">
|
||||
</object>
|
||||
<packing>
|
||||
<property name="tab_expand">True</property>
|
||||
<property name="tab_fill">True</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child type="tab">
|
||||
<object class="GtkLabel">
|
||||
@ -186,6 +214,10 @@
|
||||
<child>
|
||||
<object class="GtkInspectorActions" id="actions">
|
||||
</object>
|
||||
<packing>
|
||||
<property name="tab_expand">True</property>
|
||||
<property name="tab_fill">True</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child type="tab">
|
||||
<object class="GtkLabel">
|
||||
|
Loading…
Reference in New Issue
Block a user