<?xml version="1.0" encoding="UTF-8"?>
<interface>
- <requires lib="gtk+" version="2.16"/>
+ <requires lib="gtk+" version="2.20"/>
<!-- interface-naming-policy toplevel-contextual -->
<object class="GtkSizeGroup" id="width_sizegroup">
<widgets>
<property name="tab_fill">False</property>
</packing>
</child>
- <child>
- <object class="GtkVBox" id="dummy_vbox">
- <property name="visible">True</property>
- <child>
- <placeholder/>
- </child>
- </object>
- <packing>
- <property name="position">11</property>
- </packing>
- </child>
- <child type="tab">
- <object class="GtkLabel" id="dummy_page">
- <property name="visible">True</property>
- <property name="label" translatable="yes">label48</property>
- </object>
- <packing>
- <property name="position">11</property>
- <property name="tab_fill">False</property>
- </packing>
- </child>
</object>
<packing>
<property name="expand">True</property>
gtk_box_pack_start (GTK_BOX (sidebar), sidebar->priv->editor, FALSE, FALSE, 0);
gtk_widget_set_vexpand (GTK_WIDGET (sidebar->priv->editor), FALSE);
+ gtk_widget_set_hexpand (GTK_WIDGET (sidebar->priv->editor), FALSE);
gl_debug (DEBUG_UI, "END");
}