Glade file needed a change to make the installer show component
This commit is contained in:
parent
ce883f3bd4
commit
d13b0458b9
|
@ -719,12 +719,12 @@ Press the Finish button to exit this installation.</property>
|
||||||
<property name="margin_right">15</property>
|
<property name="margin_right">15</property>
|
||||||
<property name="orientation">vertical</property>
|
<property name="orientation">vertical</property>
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkLabel">
|
<object class="GtkLabel" id="progress label">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<property name="can_focus">False</property>
|
<property name="can_focus">False</property>
|
||||||
<property name="halign">start</property>
|
<property name="halign">start</property>
|
||||||
<property name="margin_top">20</property>
|
<property name="margin_top">20</property>
|
||||||
<property name="label" translatable="yes">Installing component:</property>
|
<property name="label" translatable="yes">Installing component: GTK Theme</property>
|
||||||
</object>
|
</object>
|
||||||
<packing>
|
<packing>
|
||||||
<property name="expand">False</property>
|
<property name="expand">False</property>
|
||||||
|
|
Loading…
Reference in New Issue