aboutsummaryrefslogtreecommitdiffstats
path: root/image/layout.qrc
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2015-03-02 11:50:36 -0800
committerGerald Combs <gerald@wireshark.org>2015-03-02 19:53:31 +0000
commit342c55b925b7607dfd355a593cf7bd4a04dd80bc (patch)
tree1abe3ba4b261eee5cf1cbe9660545cad1df1cfcf /image/layout.qrc
parent68781221878372e3045690a5fb943852b88739a6 (diff)
Qt: Add @2x images to the layout preferences.
Run compress-pngs on the normal and @2x images. Change-Id: Ic5bc3c42273078f32511d986b299d8606c016f6d Reviewed-on: https://code.wireshark.org/review/7499 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'image/layout.qrc')
-rw-r--r--image/layout.qrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/image/layout.qrc b/image/layout.qrc
index 6843733966..7b45e7fc17 100644
--- a/image/layout.qrc
+++ b/image/layout.qrc
@@ -1,10 +1,16 @@
<RCC>
<qresource prefix="/layout">
<file>layout_1.png</file>
+ <file>layout_1@2x.png</file>
<file>layout_2.png</file>
+ <file>layout_2@2x.png</file>
<file>layout_3.png</file>
+ <file>layout_3@2x.png</file>
<file>layout_4.png</file>
+ <file>layout_4@2x.png</file>
<file>layout_5.png</file>
+ <file>layout_5@2x.png</file>
<file>layout_6.png</file>
+ <file>layout_6@2x.png</file>
</qresource>
</RCC>