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

github.com/owncloud/client.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
committerOlivier Goffart <olivier@woboq.com>2018-04-19 17:44:11 +0300
commit2bf1f27c80e73936027aae6eb8233b7f2d65568d (patch)
treef5ae42edd7ddd015d277872e954a8d01cca2153c /client.qrc
parenta5271b529b675c14c3327962b4de532c964b6d2e (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 'client.qrc')
-rw-r--r--client.qrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/client.qrc b/client.qrc
index 07847458e..546070187 100644
--- a/client.qrc
+++ b/client.qrc
@@ -20,7 +20,7 @@
<file>resources/lock-https.png</file>
<file>resources/lock-https@2x.png</file>
<file>resources/account.png</file>
- <file>resources/more.png</file>
+ <file>resources/more.svg</file>
<file>resources/delete.png</file>
<file>resources/bell.png</file>
</qresource>