extensions-app: Replace info-symbolic with info-outline-symbolic
Software and Settings apps are now using info-outline-symbolic, so use it in Extensions too to keep consistency. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3269>
This commit is contained in:
parent
fb7d93241c
commit
2c08fe6201
@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg height="16px" viewBox="0 0 16 16" width="16px" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="m 8 0 c -4.410156 0 -8 3.589844 -8 8 s 3.589844 8 8 8 s 8 -3.589844 8 -8 s -3.589844 -8 -8 -8 z m 0 2 c 3.332031 0 6 2.667969 6 6 s -2.667969 6 -6 6 s -6 -2.667969 -6 -6 s 2.667969 -6 6 -6 z m 0 1.875 c -0.621094 0 -1.125 0.503906 -1.125 1.125 s 0.503906 1.125 1.125 1.125 s 1.125 -0.503906 1.125 -1.125 s -0.503906 -1.125 -1.125 -1.125 z m -1.523438 3.125 c -0.265624 0.011719 -0.476562 0.230469 -0.476562 0.5 c 0 0.277344 0.222656 0.5 0.5 0.5 h 0.5 v 3 h -0.5 c -0.277344 0 -0.5 0.222656 -0.5 0.5 s 0.222656 0.5 0.5 0.5 h 3 c 0.277344 0 0.5 -0.222656 0.5 -0.5 s -0.222656 -0.5 -0.5 -0.5 h -0.5 v -4 h -2.5 c -0.007812 0 -0.015625 0 -0.023438 0 z m 0 0" fill="#222222"/>
|
||||
</svg>
|
After Width: | Height: | Size: 819 B |
@ -1 +0,0 @@
|
||||
<svg height="16" width="16" xmlns="http://www.w3.org/2000/svg"><path d="M7.906 1A7.002 7.002 0 0 0 1 8c0 3.867 3.133 7 7 7s7-3.133 7-7-3.133-7-7-7h-.094zM7.5 4h1c.277 0 .5.223.5.5v1c0 .277-.223.5-.5.5h-1a.498.498 0 0 1-.5-.5v-1c0-.277.223-.5.5-.5zM7 7h2v5H7zm0 0" fill="#2e3436"/></svg>
|
Before Width: | Height: | Size: 286 B |
@ -3,7 +3,7 @@
|
||||
<gresource prefix="/org/gnome/Extensions@profile@">
|
||||
<file alias="style.css">css/style.css</file>
|
||||
|
||||
<file preprocess="xml-stripblanks">icons/scalable/actions/info-symbolic.svg</file>
|
||||
<file preprocess="xml-stripblanks">icons/scalable/actions/info-outline-symbolic.svg</file>
|
||||
<file preprocess="xml-stripblanks">icons/scalable/actions/remove-symbolic.svg</file>
|
||||
<file preprocess="xml-stripblanks">icons/scalable/actions/settings-symbolic.svg</file>
|
||||
<file preprocess="xml-stripblanks">icons/scalable/actions/website-symbolic.svg</file>
|
||||
|
@ -138,7 +138,7 @@
|
||||
<object class="GtkMenuButton">
|
||||
<property name="valign">center</property>
|
||||
<property name="has-frame">false</property>
|
||||
<property name="icon-name">info-symbolic</property>
|
||||
<property name="icon-name">info-outline-symbolic</property>
|
||||
<accessibility>
|
||||
<property name="label" translatable="yes">More Information</property>
|
||||
</accessibility>
|
||||
|
Loading…
x
Reference in New Issue
Block a user