mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-22 14:10:44 +00:00
Menus Palette: adjust position of menu image centered in dragged view.
This commit is contained in:
parent
011d0fda17
commit
9915e575ca
1 changed files with 1 additions and 1 deletions
|
@ -553,7 +553,7 @@
|
|||
* A whole new menu...
|
||||
*/
|
||||
menu = [[GormMenuMaker alloc] init];
|
||||
v = [[NSButton alloc] initWithFrame: NSMakeRect(148,6,48,48)];
|
||||
v = [[NSButton alloc] initWithFrame: NSMakeRect(115,0,48,48)];
|
||||
[v setBordered: NO];
|
||||
[v setImage: dragImage];
|
||||
[v setImagePosition: NSImageOverlaps];
|
||||
|
|
Loading…
Reference in a new issue