Use gtk-stop icon for the "Stop" action

When stopping the pools or the interfaces use the gtk-stop icon.

Currently this is inconsistant with the virtual network tab.

https://bugzilla.redhat.com/show_bug.cgi?id=1352974
This commit is contained in:
Laurent Bigonville 2017-07-25 11:12:00 +02:00 committed by Cole Robinson
parent c4826444e9
commit cd20536143
2 changed files with 2 additions and 2 deletions

View File

@ -1896,7 +1896,7 @@ here</property>
<object class="GtkImage" id="image5">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="stock">gtk-cancel</property>
<property name="stock">gtk-stop</property>
</object>
</child>
</object>

View File

@ -74,7 +74,7 @@
<object class="GtkImage" id="image6">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="stock">gtk-cancel</property>
<property name="stock">gtk-stop</property>
</object>
</child>
</object>