]> git.lyx.org Git - lyx.git/commitdiff
#9130 Text in main work area isn't rendered with high resolution
authorStephan Witt <switt@lyx.org>
Sat, 18 Oct 2014 13:57:21 +0000 (15:57 +0200)
committerStephan Witt <switt@lyx.org>
Sat, 18 Oct 2014 13:57:21 +0000 (15:57 +0200)
Add a LyX banner with double resolution for displays with high resolution.

lib/Makefile.am
lib/images/banner@2x.png [new file with mode: 0644]

index 3e8c406704f91f4aab331e9e2d61f5e44895e941..727adf7493fdf65cca2062b7fe568cc59c8cde5c 100644 (file)
@@ -360,7 +360,7 @@ dist_fonts_DATA = \
        fonts/wasy10.ttf
 
 imagesdir = $(pkgdatadir)/images
-dist_images_DATA = \
+dist_images_DATA1X = \
        images/all-changes-accept.png \
        images/all-changes-reject.png \
        images/amssymb.png \
@@ -546,6 +546,17 @@ dist_images_DATA = \
        images/vc-revert.png \
        images/view-others.png
 
+# possible shortcut for complete set of 2x sized icons
+#dist_images_DATA2X = \
+#      ${dist_images_DATA1X:%.png=%@2x.png}
+
+dist_images_DATA2X = \
+       images/banner@2x.png
+
+dist_images_DATA = \
+       ${dist_images_DATA1X} \
+       ${dist_images_DATA2X}
+
 imagesmathdir = $(imagesdir)/math
 dist_imagesmath_DATA = \
        images/math/AC.png \
diff --git a/lib/images/banner@2x.png b/lib/images/banner@2x.png
new file mode 100644 (file)
index 0000000..78ae4fd
Binary files /dev/null and b/lib/images/banner@2x.png differ