Revision: 16166
          http://sourceforge.net/p/skim-app/code/16166
Author:   hofman
Date:     2026-04-05 09:12:50 +0000 (Sun, 05 Apr 2026)
Log Message:
-----------
code layout

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

Modified: trunk/SKStatusBar.m
===================================================================
--- trunk/SKStatusBar.m 2026-04-05 08:57:02 UTC (rev 16165)
+++ trunk/SKStatusBar.m 2026-04-05 09:12:50 UTC (rev 16166)
@@ -186,7 +186,7 @@
         [NSAnimationContext runAnimationGroup:^(NSAnimationContext *context){
                 [context setDuration:0.5 * [context duration]];
                 [[bottomConstraint animator] setConstant:visible ? 0.0 : 
-statusHeight];
-            [[self animator] setWindowContentBorderThickness:visible ? 
statusHeight : 0.0];
+                [[self animator] setWindowContentBorderThickness:visible ? 
statusHeight : 0.0];
             }
             completionHandler:^{
                 if (visible == NO) {

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