#9130 Text in main work area isn't rendered with high resolution

Add a LyX banner with double resolution for displays with high resolution.
This commit is contained in:
Stephan Witt 2014-10-18 15:57:21 +02:00
parent 2dfb45f91b
commit 6fdb32958c
2 changed files with 12 additions and 1 deletions

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

BIN
lib/images/banner@2x.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 141 KiB