mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 22:00:46 +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;
|
break;
|
||||||
|
|
||||||
case NSCircularBezelStyle:
|
case NSCircularBezelStyle:
|
||||||
|
#if 0 // Apple doesn't seem to inset and/or draw a border around these...
|
||||||
{
|
{
|
||||||
if ([cell controlSize] == NSRegularControlSize)
|
if ([cell controlSize] == NSRegularControlSize)
|
||||||
{
|
{
|
||||||
|
@ -337,6 +338,7 @@
|
||||||
margins.left = 5; margins.top = 4; margins.right = 5; margins.bottom = 4;
|
margins.left = 5; margins.top = 4; margins.right = 5; margins.bottom = 4;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case NSHelpButtonBezelStyle:
|
case NSHelpButtonBezelStyle:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue