Revision: 27991
          http://sourceforge.net/p/bibdesk/svn/27991
Author:   hofman
Date:     2022-10-03 16:32:49 +0000 (Mon, 03 Oct 2022)
Log Message:
-----------
fix margins

Modified Paths:
--------------
    trunk/bibdesk/BDSKSecureTextField.m

Modified: trunk/bibdesk/BDSKSecureTextField.m
===================================================================
--- trunk/bibdesk/BDSKSecureTextField.m 2022-10-03 16:05:20 UTC (rev 27990)
+++ trunk/bibdesk/BDSKSecureTextField.m 2022-10-03 16:32:49 UTC (rev 27991)
@@ -101,8 +101,8 @@
         [button setTranslatesAutoresizingMaskIntoConstraints:NO];
         [self addSubview:button];
         [self addConstraints:[NSArray arrayWithObjects:
-            [NSLayoutConstraint constraintWithTrailingMargin:1.0 
forItem:button toItem:self],
-            [NSLayoutConstraint constraintWithTopMargin:2.0 forItem:button 
toItem:self],
+            [NSLayoutConstraint constraintWithTrailingMargin:2.0 
forItem:button toItem:self],
+            [NSLayoutConstraint constraintWithTopMargin:1.0 forItem:button 
toItem:self],
             [NSLayoutConstraint constraintWithBottomMargin:1.0 forItem:button 
toItem:self], nil]];
     }
 }

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



_______________________________________________
Bibdesk-commit mailing list
Bibdesk-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to