Author: mlytwyn
Date: Thu Dec 10 21:18:46 2015
New Revision: 39229

URL: http://svn.gna.org/viewcvs/gnustep?rev=39229&view=rev
Log:
Do not inset Circular types

Modified:
    plugins/themes/WinUXTheme/WinNSButton.m

Modified: plugins/themes/WinUXTheme/WinNSButton.m
URL: 
http://svn.gna.org/viewcvs/gnustep/plugins/themes/WinUXTheme/WinNSButton.m?rev=39229&r1=39228&r2=39229&view=diff
==============================================================================
--- plugins/themes/WinUXTheme/WinNSButton.m     (original)
+++ plugins/themes/WinUXTheme/WinNSButton.m     Thu Dec 10 21:18:46 2015
@@ -139,6 +139,7 @@
       break;
 
     case NSCircularBezelStyle:
+#if 0
       {
         if ([cell controlSize] == NSRegularControlSize)
         {
@@ -153,6 +154,7 @@
           margins.left = 7; margins.top = 6; margins.right = 7; margins.bottom 
= 6;
         }
       }
+#endif
       break;
 
     case NSHelpButtonBezelStyle:


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

Reply via email to