plugin_installer. move progressbar

This commit is contained in:
Denis Fomin 2011-09-03 20:16:23 +03:00
parent 4761429860
commit 9ba2c2b9b9
1 changed files with 26 additions and 13 deletions

View File

@ -14,6 +14,10 @@
<property name="can_focus">True</property>
<property name="position">340</property>
<property name="position_set">True</property>
<child>
<object class="GtkVBox" id="vbox1">
<property name="visible">True</property>
<property name="orientation">vertical</property>
<child>
<object class="GtkScrolledWindow" id="scrolledwindow2">
<property name="visible">True</property>
@ -29,6 +33,20 @@
</object>
</child>
</object>
<packing>
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkProgressBar" id="progressbar">
<property name="ellipsize">end</property>
</object>
<packing>
<property name="expand">False</property>
<property name="position">1</property>
</packing>
</child>
</object>
<packing>
<property name="resize">False</property>
<property name="shrink">False</property>
@ -176,12 +194,7 @@
<object class="GtkHBox" id="hbox15">
<property name="visible">True</property>
<child>
<object class="GtkProgressBar" id="progressbar">
<property name="ellipsize">end</property>
</object>
<packing>
<property name="position">0</property>
</packing>
<placeholder/>
</child>
<child>
<object class="GtkHButtonBox" id="hbuttonbox3">