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:
authorDaniel Molkentin <danimo@owncloud.com>2015-02-12 21:44:30 +0300
committerDaniel Molkentin <danimo@owncloud.com>2015-02-12 21:44:40 +0300
commit00e42d117791809444d6bc95ab6ee759ed2bb851 (patch)
treefe671debc63a240d18a9e0670e8068fedf51b254 /client.qrc
parentd37dd040d0a121f5ad14228e0440f2582bfd519a (diff)
More HIDPI support
Except for the non-native activity tab icon in settings, this should fix #11
Diffstat (limited to 'client.qrc')
-rw-r--r--client.qrc9
1 files changed, 5 insertions, 4 deletions
diff --git a/client.qrc b/client.qrc
index c1a156684..7f5f83565 100644
--- a/client.qrc
+++ b/client.qrc
@@ -3,18 +3,19 @@
<file>resources/dialog-close.png</file>
<file>resources/dialog-ok.png</file>
<file>resources/dialog-cancel.png</file>
- <file>resources/folder-remote-32.png</file>
- <file>resources/folder-remote.png</file>
<file>resources/folder-sync.png</file>
- <file>resources/folder-grey.png</file>
+ <file>resources/folder-sync@2x.png</file>
<file>resources/task-ongoing.png</file>
<file>resources/view-refresh.png</file>
- <file>resources/warning-16.png</file>
+ <file>resources/warning.png</file>
+ <file>resources/warning@2x.png</file>
<file>resources/settings.png</file>
<file>resources/activity.png</file>
<file>resources/network.png</file>
<file>resources/lock-http.png</file>
+ <file>resources/lock-http@2x.png</file>
<file>resources/lock-https.png</file>
+ <file>resources/lock-https@2x.png</file>
<file>resources/accounts.png</file>
</qresource>
</RCC>