[gnome-control-center] panel-list: use tailored icons for devices and details sections



commit baa69f3ab1e036684c82b73d205e28c11d6aaaf9
Author: Allan Day <allanpday gmail com>
Date:   Wed Aug 23 11:38:00 2017 +0100

    panel-list: use tailored icons for devices and details sections
    
    The devices and details rows should have distinct icons which
    provide meaning. applications-system-symbolic is generic and
    therefore unhelpful in both cases.
    
    Instead use tailored icons from the icon theme, in order to
    ensure that icon theme changes don't result in inappropriate
    images being used.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=786605

 shell/panel-list.ui |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/shell/panel-list.ui b/shell/panel-list.ui
index 1aa9440..e27cb23 100644
--- a/shell/panel-list.ui
+++ b/shell/panel-list.ui
@@ -27,7 +27,7 @@
                   <object class="GtkImage">
                     <property name="visible">True</property>
                     <property name="can_focus">False</property>
-                    <property name="icon_name">applications-system-symbolic</property>
+                    <property name="icon_name">preferences-system-devices-symbolic</property>
                     <style>
                       <class name="sidebar-icon" />
                     </style>
@@ -86,7 +86,7 @@
                   <object class="GtkImage">
                     <property name="visible">True</property>
                     <property name="can_focus">False</property>
-                    <property name="icon_name">applications-system-symbolic</property>
+                    <property name="icon_name">preferences-system-details-symbolic</property>
                     <style>
                       <class name="sidebar-icon" />
                     </style>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]