summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>