Revision: 26027
          http://sourceforge.net/p/bibdesk/svn/26027
Author:   hofman
Date:     2021-05-21 16:10:50 +0000 (Fri, 21 May 2021)
Log Message:
-----------
Don't increase horizontal margin

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

Modified: trunk/bibdesk/BDSKTemplateDocument.m
===================================================================
--- trunk/bibdesk/BDSKTemplateDocument.m        2021-05-21 16:09:12 UTC (rev 
26026)
+++ trunk/bibdesk/BDSKTemplateDocument.m        2021-05-21 16:10:50 UTC (rev 
26027)
@@ -862,7 +862,7 @@
         NSView *prevView = nil;
         for (NSView *view in optionViews) {
             [contentView addSubview:view];
-            [contentView addConstraint:[NSLayoutConstraint 
constraintWithItem:view attribute:NSLayoutAttributeLeading 
relatedBy:NSLayoutRelationEqual toItem:contentView 
attribute:NSLayoutAttributeLeading multiplier:1.0 constant:7.0]];
+            [contentView addConstraint:[NSLayoutConstraint 
constraintWithItem:view attribute:NSLayoutAttributeLeading 
relatedBy:NSLayoutRelationEqual toItem:contentView 
attribute:NSLayoutAttributeLeading multiplier:1.0 constant:4.0]];
             [contentView addConstraint:[NSLayoutConstraint 
constraintWithItem:view attribute:NSLayoutAttributeTop 
relatedBy:NSLayoutRelationEqual toItem:prevView ?: contentView 
attribute:prevView ? NSLayoutAttributeBottom : NSLayoutAttributeTop 
multiplier:1.0 constant:prevView ? 0.0 : 7.0]];
             prevView = view;
         }

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