aboutsummaryrefslogtreecommitdiff
path: root/src/QuickMedia.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/QuickMedia.cpp')
-rw-r--r--src/QuickMedia.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/QuickMedia.cpp b/src/QuickMedia.cpp
index 36efb56..95a0a63 100644
--- a/src/QuickMedia.cpp
+++ b/src/QuickMedia.cpp
@@ -1982,7 +1982,7 @@ namespace QuickMedia {
int image_width, image_height;
if(image_get_resolution(image_filepath_tmp, &image_width, &image_height)) {
- if(image_height < screen_height * 0.75) {
+ if(image_height < screen_height * 0.65) {
rename_immediately = false;
CopyOp copy_op;
copy_op.source = image_filepath_tmp;