summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Borges <felipeborges@gnome.org>2023-05-10 11:20:51 +0200
committerFelipe Borges <felipeborges@gnome.org>2023-05-15 13:37:17 +0200
commit36938d53d63f8aaaed48a831574d2940361cd4a2 (patch)
tree4f9c44851ef13bfa8f44a0a34fc4491c0b82899d
parent813a5f838ca4e60a243df762a47da918fbe31818 (diff)
downloadgnome-control-center-36938d53d63f8aaaed48a831574d2940361cd4a2.tar.gz
sharing: Add icons next to each row
See #2407
-rw-r--r--panels/sharing/cc-sharing-panel.ui4
1 files changed, 4 insertions, 0 deletions
diff --git a/panels/sharing/cc-sharing-panel.ui b/panels/sharing/cc-sharing-panel.ui
index ec6dc539c..7a2d27a3a 100644
--- a/panels/sharing/cc-sharing-panel.ui
+++ b/panels/sharing/cc-sharing-panel.ui
@@ -18,6 +18,7 @@
<object class="AdwPreferencesGroup" id="main_list_box">
<child>
<object class="CcListRow" id="personal_file_sharing_row">
+ <property name="icon-name">folder-remote-symbolic</property>
<property name="show-arrow">True</property>
<property name="use-underline">True</property>
<property name="title" translatable="yes">_File Sharing</property>
@@ -26,6 +27,7 @@
</child>
<child>
<object class="CcListRow" id="remote_desktop_row">
+ <property name="icon-name">preferences-desktop-remote-desktop-symbolic</property>
<property name="show-arrow">True</property>
<property name="use-underline">True</property>
<property name="title" translatable="yes">Remote _Desktop</property>
@@ -34,6 +36,7 @@
</child>
<child>
<object class="CcListRow" id="media_sharing_row">
+ <property name="icon-name">applications-multimedia-symbolic</property>
<property name="show-arrow">True</property>
<property name="use-underline">True</property>
<property name="title" translatable="yes">_Media Sharing</property>
@@ -42,6 +45,7 @@
</child>
<child>
<object class="CcListRow" id="remote_login_row">
+ <property name="icon-name">utilities-terminal-symbolic</property>
<property name="show-arrow">True</property>
<property name="use-underline">True</property>
<property name="title" translatable="yes">_Remote Login</property>