Change unuseful glade properties
parent
1a0f4d4f42
commit
19639c7b5c
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue