mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
#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:
parent
2dfb45f91b
commit
6fdb32958c
@ -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
BIN
lib/images/banner@2x.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 141 KiB |
Loading…
Reference in New Issue
Block a user