summaryrefslogtreecommitdiff
path: root/image
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
parent68781221878372e3045690a5fb943852b88739a6 (diff)
downloadwireshark-342c55b925b7607dfd355a593cf7bd4a04dd80bc.tar.gz
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')
-rw-r--r--image/layout.qrc6
-rw-r--r--image/layout_1@2x.pngbin0 -> 1029 bytes
-rw-r--r--image/layout_2@2x.pngbin0 -> 1032 bytes
-rw-r--r--image/layout_3@2x.pngbin0 -> 1024 bytes
-rw-r--r--image/layout_4.pngbin561 -> 561 bytes
-rw-r--r--image/layout_4@2x.pngbin0 -> 1021 bytes
-rw-r--r--image/layout_5.pngbin563 -> 563 bytes
-rw-r--r--image/layout_5@2x.pngbin0 -> 999 bytes
-rw-r--r--image/layout_6@2x.pngbin0 -> 1016 bytes
9 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>
diff --git a/image/layout_1@2x.png b/image/layout_1@2x.png
new file mode 100644
index 0000000000..090a6f4dec
--- /dev/null
+++ b/image/layout_1@2x.png
Binary files differ
diff --git a/image/layout_2@2x.png b/image/layout_2@2x.png
new file mode 100644
index 0000000000..066f5027d8
--- /dev/null
+++ b/image/layout_2@2x.png
Binary files differ
diff --git a/image/layout_3@2x.png b/image/layout_3@2x.png
new file mode 100644
index 0000000000..c469979155
--- /dev/null
+++ b/image/layout_3@2x.png
Binary files differ
diff --git a/image/layout_4.png b/image/layout_4.png
index 950ff0172a..f8d44ca531 100644
--- a/image/layout_4.png
+++ b/image/layout_4.png
Binary files differ
diff --git a/image/layout_4@2x.png b/image/layout_4@2x.png
new file mode 100644
index 0000000000..5dd0337345
--- /dev/null
+++ b/image/layout_4@2x.png
Binary files differ
diff --git a/image/layout_5.png b/image/layout_5.png
index ed54eaa2bf..be58187cd9 100644
--- a/image/layout_5.png
+++ b/image/layout_5.png
Binary files differ
diff --git a/image/layout_5@2x.png b/image/layout_5@2x.png
new file mode 100644
index 0000000000..38722d2581
--- /dev/null
+++ b/image/layout_5@2x.png
Binary files differ
diff --git a/image/layout_6@2x.png b/image/layout_6@2x.png
new file mode 100644
index 0000000000..6253b7035f
--- /dev/null
+++ b/image/layout_6@2x.png
Binary files differ