Revision: 13582
          http://sourceforge.net/p/skim-app/code/13582
Author:   hofman
Date:     2023-08-15 17:11:50 +0000 (Tue, 15 Aug 2023)
Log Message:
-----------
fix width of cursor window

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

Modified: trunk/SKNavigationWindow.m
===================================================================
--- trunk/SKNavigationWindow.m  2023-08-15 17:01:02 UTC (rev 13581)
+++ trunk/SKNavigationWindow.m  2023-08-15 17:11:50 UTC (rev 13582)
@@ -356,7 +356,7 @@
         
         NSScreen *screen = [[pdfView window] screen] ?: [NSScreen mainScreen];
         NSRect frame;
-        frame.size.width = NSWidth([styleButton frame]) + 
NSWidth([removeShadowButton frame]) + NSWidth([drawButton frame]) + 
NSHeight(rect) + 2.0 * BUTTON_MARGIN + 3.0 * SMALL_SEP_WIDTH;
+        frame.size.width = NSWidth([styleButton frame]) + 
NSWidth([removeShadowButton frame]) + NSWidth([drawButton frame]) + 
NSHeight(rect) + 2.0 * BUTTON_MARGIN + 4.0 * SMALL_SEP_WIDTH;
         frame.size.height = NSHeight(rect) + 2.0 * BUTTON_MARGIN;
         frame.origin.x = NSMidX([screen frame]) - 0.5 * NSWidth(frame);
         frame.origin.y = NSMinY([screen frame]) + WINDOW_OFFSET;

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