summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am6
-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
10 files changed, 12 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 1bb959dd29..62d9383cec 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -916,11 +916,17 @@ EXTRA_DIST = \
image/languages/pl.svg \
image/languages/zh_CN.svg \
image/layout_1.png \
+ image/layout_1@2x.png \
image/layout_2.png \
+ image/layout_2@2x.png \
image/layout_3.png \
+ image/layout_3@2x.png \
image/layout_4.png \
+ image/layout_4@2x.png \
image/layout_5.png \
+ image/layout_5@2x.png \
image/layout_6.png \
+ image/layout_6@2x.png \
image/libwireshark.rc.in \
image/libwsutil.rc.in \
image/lo16-app-wireshark.png \
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