Close button on the same line that progressbar on vcard, so we don't resize

verticaly when progressbar is removed.
This commit is contained in:
Jean-Marie Traissard 2006-09-25 18:56:42 +00:00
parent 031d10f3fa
commit 6aa2716a42

View file

@ -2554,6 +2554,12 @@
</packing> </packing>
</child> </child>
<child>
<widget class="GtkHBox" id="hbox4">
<property name="visible">True</property>
<property name="homogeneous">False</property>
<property name="spacing">0</property>
<child> <child>
<widget class="GtkProgressBar" id="progressbar"> <widget class="GtkProgressBar" id="progressbar">
<property name="visible">True</property> <property name="visible">True</property>
@ -2590,8 +2596,15 @@
</widget> </widget>
<packing> <packing>
<property name="padding">0</property> <property name="padding">0</property>
<property name="expand">False</property> <property name="expand">True</property>
<property name="fill">False</property> <property name="fill">True</property>
</packing>
</child>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">True</property>
<property name="fill">True</property>
</packing> </packing>
</child> </child>
</widget> </widget>