mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 16:20:38 +00:00
Remove inset/margins on NSCircularBezelStyle buttons
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@39235 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8a65a3cd28
commit
1a455e54ea
1 changed files with 2 additions and 0 deletions
|
@ -323,6 +323,7 @@
|
|||
break;
|
||||
|
||||
case NSCircularBezelStyle:
|
||||
#if 0 // Apple doesn't seem to inset and/or draw a border around these...
|
||||
{
|
||||
if ([cell controlSize] == NSRegularControlSize)
|
||||
{
|
||||
|
@ -337,6 +338,7 @@
|
|||
margins.left = 5; margins.top = 4; margins.right = 5; margins.bottom = 4;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
break;
|
||||
|
||||
case NSHelpButtonBezelStyle:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue