mirror of
https://github.com/nextcloud/desktop.git
synced 2024-12-18 20:02:17 +03:00
Added share icon from nc server repo, changed corresp. btn icon
Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>
This commit is contained in:
parent
4bd5e9d79b
commit
671961e641
3 changed files with 3 additions and 1 deletions
|
@ -630,7 +630,7 @@ Window {
|
||||||
hoverEnabled: true
|
hoverEnabled: true
|
||||||
visible: (path === "") ? false : true
|
visible: (path === "") ? false : true
|
||||||
display: AbstractButton.IconOnly
|
display: AbstractButton.IconOnly
|
||||||
icon.source: "qrc:///client/theme/public.svg"
|
icon.source: "qrc:///client/theme/share.svg"
|
||||||
icon.color: "transparent"
|
icon.color: "transparent"
|
||||||
background: Rectangle {
|
background: Rectangle {
|
||||||
color: parent.hovered ? Style.lightHover : "transparent"
|
color: parent.hovered ? Style.lightHover : "transparent"
|
||||||
|
|
|
@ -160,5 +160,6 @@
|
||||||
<file>theme/colored/Nextcloud-icon.svg</file>
|
<file>theme/colored/Nextcloud-icon.svg</file>
|
||||||
<file>theme/colored/Nextcloud-sidebar.svg</file>
|
<file>theme/colored/Nextcloud-sidebar.svg</file>
|
||||||
<file>theme/add.svg</file>
|
<file>theme/add.svg</file>
|
||||||
|
<file>theme/share.svg</file>
|
||||||
</qresource>
|
</qresource>
|
||||||
</RCC>
|
</RCC>
|
||||||
|
|
1
theme/share.svg
Normal file
1
theme/share.svg
Normal file
|
@ -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>
|
After Width: | Height: | Size: 289 B |
Loading…
Reference in a new issue