mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-08 21:18:04 +03:00
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:
parent
c4826444e9
commit
cd20536143
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user