Add stop button

This commit is contained in:
lakinduakash 2019-04-13 03:47:39 +05:30
parent 324f2937cc
commit 5399bce678

View File

@ -234,7 +234,18 @@
<placeholder/>
</child>
<child>
<placeholder/>
<object class="GtkButton" id="button_stop_hp">
<property name="label" translatable="yes">Stop</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="padding">10</property>
<property name="position">1</property>
</packing>
</child>
<child>
<object class="GtkButton" id="button_create_hp">