ui: asyncjob: Align Cancel button at bottom-right

This commit is contained in:
Radostin Stoyanov
2017-06-22 15:54:04 +01:00
committed by Cole Robinson
parent 795a9d2d44
commit fb8db15269

View File

@@ -142,17 +142,6 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="spacing">12</property>
<child>
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
</object>
<packing>
<property name="expand">True</property>
<property name="fill">True</property>
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkButton" id="cancel-async-job">
<property name="label">gtk-cancel</property>
@@ -165,6 +154,7 @@
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="pack_type">end</property>
<property name="position">1</property>
</packing>
</child>
@@ -172,6 +162,7 @@
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="pack_type">end</property>
<property name="position">4</property>
</packing>
</child>