Author: mlytwyn
Date: Sun Aug 16 22:57:24 2015
New Revision: 38891

URL: http://svn.gna.org/viewcvs/gnustep?rev=38891&view=rev
Log:
Update button image inset values

Modified:
    libs/gui/branches/gnustep_testplant_branch/Source/NSButtonCell.m

Modified: libs/gui/branches/gnustep_testplant_branch/Source/NSButtonCell.m
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gui/branches/gnustep_testplant_branch/Source/NSButtonCell.m?rev=38891&r1=38890&r2=38891&view=diff
==============================================================================
--- libs/gui/branches/gnustep_testplant_branch/Source/NSButtonCell.m    
(original)
+++ libs/gui/branches/gnustep_testplant_branch/Source/NSButtonCell.m    Sun Aug 
16 22:57:24 2015
@@ -1017,7 +1017,7 @@
       // Make sure image does not exceed or touch our frame...
       // Not the best solution so have at it if you have a better one...
       if ([self imagePosition] == NSImageOnly)
-        cellFrame = NSInsetRect(cellFrame, 2, 2);
+        cellFrame = NSInsetRect(cellFrame, 4, 4);
       
       size = [self _scaleImageWithSize: [imageToDisplay size]
                            toFitInSize: cellFrame.size


_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to