summaryrefslogtreecommitdiff
path: root/templates/fluid/fluid.xml
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@users.sourceforge.net>2021-01-12 22:36:07 +0100
committerTomas Bzatek <tbzatek@users.sourceforge.net>2021-01-15 21:47:39 +0100
commit399a18f690c7e4f02c709501325ce3818bb44648 (patch)
tree481ca1cc148fd5e19a22b192e0e65532f3054978 /templates/fluid/fluid.xml
parent26cd374453e6b8edfdf3ede436a7463861349be9 (diff)
downloadcataract-399a18f690c7e4f02c709501325ce3818bb44648.tar.xz
fluid: Set thumbnail size to an even values
Odd base image sizes are a real problem for fractional scaling (HiDPI 1.5x).
Diffstat (limited to 'templates/fluid/fluid.xml')
-rw-r--r--templates/fluid/fluid.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/fluid/fluid.xml b/templates/fluid/fluid.xml
index 8d2bdbc..9afa35d 100644
--- a/templates/fluid/fluid.xml
+++ b/templates/fluid/fluid.xml
@@ -18,7 +18,7 @@
</size>
<size name="thumbnail" type="thumbnail" style="fixed">
- <crop w="495" h="330" />
+ <crop w="494" h="330" />
<quality value="80" />
</size>