Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Goffart <ogoffart@woboq.com>2018-04-19 11:27:37 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2018-06-06 14:55:34 +0300
commitc4af4a5a855cf3ea12700781d1c95f281de6bd1a (patch)
treee693ae1ba46330e8c648908d1556b08ddc10ab6e /resources
parentad43d88fde5aa70d559bf0c5a3f019b3f3b4e0f4 (diff)
More Button: Use SVG and fix size so it renders good in highdpi
When the more button was changed from using a text to an icon, the size computation was not adjusted proerly to that of a button with an icon. And using svg allows it to be rendered correctly with high-dpi It looks much much nicer now
Diffstat (limited to 'resources')
-rw-r--r--resources/more.pngbin122 -> 0 bytes
-rw-r--r--resources/more.svg5
2 files changed, 5 insertions, 0 deletions
diff --git a/resources/more.png b/resources/more.png
deleted file mode 100644
index 880d5dccc..000000000
--- a/resources/more.png
+++ /dev/null
Binary files differ
diff --git a/resources/more.svg b/resources/more.svg
new file mode 100644
index 000000000..9ab5d4243
--- /dev/null
+++ b/resources/more.svg
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/">
+ <rect style="color:#000000" fill-opacity="0" height="97.986" width="163.31" y="-32.993" x="-62.897"/>
+ <path d="m3 6c-1.1046 0-2 0.8954-2 2s0.8954 2 2 2 2-0.8954 2-2-0.8954-2-2-2zm5 0c-1.1046 0-2 0.8954-2 2s0.8954 2 2 2 2-0.8954 2-2-0.8954-2-2-2zm5 0c-1.105 0-2 0.8954-2 2s0.895 2 2 2 2-0.8954 2-2-0.895-2-2-2z" fill-rule="evenodd"/>
+</svg>