mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 02:10:48 +00:00
Minor positional adjustment
This commit is contained in:
parent
5a71c1c944
commit
d649b99418
1 changed files with 1 additions and 2 deletions
|
@ -104,9 +104,8 @@ static NSNotificationCenter *nc = nil;
|
|||
NSRect rect = contentRect;
|
||||
NSSize containerContentSize;
|
||||
|
||||
rect.origin.x += 2.0;
|
||||
rect.origin.x += 1.0;
|
||||
rect.origin.y -= 5.0;
|
||||
|
||||
if (_container == nil)
|
||||
{
|
||||
_container = [[NSBox alloc] initWithFrame: rect];
|
||||
|
|
Loading…
Reference in a new issue