Change unuseful glade properties

This commit is contained in:
Hugo Posnic
2016-12-16 22:31:50 +01:00
parent 1a0f4d4f42
commit 19639c7b5c
+4 -4
View File
@@ -434,8 +434,8 @@ We, the Manjaro Developers, hope that you will enjoy using Manjaro as much as we
<signal name="clicked" handler="on_action_btn_clicked" swapped="no"/> <signal name="clicked" handler="on_action_btn_clicked" swapped="no"/>
</object> </object>
<packing> <packing>
<property name="expand">True</property> <property name="expand">False</property>
<property name="fill">True</property> <property name="fill">False</property>
<property name="position">0</property> <property name="position">0</property>
</packing> </packing>
</child> </child>
@@ -448,8 +448,8 @@ We, the Manjaro Developers, hope that you will enjoy using Manjaro as much as we
<signal name="clicked" handler="on_action_btn_clicked" swapped="no"/> <signal name="clicked" handler="on_action_btn_clicked" swapped="no"/>
</object> </object>
<packing> <packing>
<property name="expand">True</property> <property name="expand">False</property>
<property name="fill">True</property> <property name="fill">False</property>
<property name="position">1</property> <property name="position">1</property>
</packing> </packing>
</child> </child>