Added share icon from nc server repo, changed corresp. btn icon
authorDominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>
Mon, 27 Apr 2020 06:06:58 +0000 (08:06 +0200)
committerDominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>
Mon, 27 Apr 2020 06:06:58 +0000 (08:06 +0200)
Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>
src/gui/tray/Window.qml
theme.qrc
theme/share.svg [new file with mode: 0644]

index 1761ccf5fffe30c4a89141023c69f14dc7dfec6e..e4f74d2f377d243c48327932222519d38af495fa 100644 (file)
@@ -630,7 +630,7 @@ Window {
                     hoverEnabled: true\r
                     visible: (path === "") ? false : true\r
                     display: AbstractButton.IconOnly\r
-                    icon.source: "qrc:///client/theme/public.svg"\r
+                    icon.source: "qrc:///client/theme/share.svg"\r
                     icon.color: "transparent"\r
                     background: Rectangle {\r
                         color: parent.hovered ? Style.lightHover : "transparent"\r
index 491c602f0918f563a7c800f6c3f1ecfce27b2cae..8ec17e8b349935a8a1e4efccd717f3e824f66649 100644 (file)
--- a/theme.qrc
+++ b/theme.qrc
         <file>theme/colored/Nextcloud-icon.svg</file>
         <file>theme/colored/Nextcloud-sidebar.svg</file>
         <file>theme/add.svg</file>
+        <file>theme/share.svg</file>
     </qresource>
 </RCC>
diff --git a/theme/share.svg b/theme/share.svg
new file mode 100644 (file)
index 0000000..f825623
--- /dev/null
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" viewBox="0 0 16 16"><circle cx="3.5" cy="8" r="2.5"/><circle cy="12.5" cx="12.5" r="2.5"/><circle cx="12.5" cy="3.5" r="2.5"/><path d="m3.5 8 9 4.5m-9-4.5 9-4.5" stroke="#000" stroke-width="2" fill="none"/></svg>
\ No newline at end of file