Glade file needed a change to make the installer show component

This commit is contained in:
Grassmunk 2020-06-10 22:14:35 -07:00
parent ce883f3bd4
commit d13b0458b9
1 changed files with 2 additions and 2 deletions

View File

@ -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>