wireshark/image/layout.qrc
Gerald Combs 342c55b925 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>
2015-03-02 19:53:31 +00:00

17 lines
489 B
Text

<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>