Revision: 14858
          http://sourceforge.net/p/skim-app/code/14858
Author:   hofman
Date:     2025-01-09 22:28:12 +0000 (Thu, 09 Jan 2025)
Log Message:
-----------
restrrict max scale factor for preview tooltip to 2

Modified Paths:
--------------
    trunk/SKImageToolTipWindow.m

Modified: trunk/SKImageToolTipWindow.m
===================================================================
--- trunk/SKImageToolTipWindow.m        2025-01-09 17:15:47 UTC (rev 14857)
+++ trunk/SKImageToolTipWindow.m        2025-01-09 22:28:12 UTC (rev 14858)
@@ -51,7 +51,7 @@
 #define DEFAULT_SHOW_DELAY      1.5
 #define ALT_SHOW_DELAY          0.2
 #define WINDOW_LEVEL            ((NSWindowLevel)104)
-#define DEFAULT_SCALE           -2.5
+#define DEFAULT_SCALE           -2.0
 
 #define SKToolTipScaleKey @"SKToolTipScale"
 

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to