mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-18 23:09:21 +00:00
allow for drag and drop on iconImageView to update custom icons
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
#import "MPViewController.h"
|
||||
|
||||
@class HNHUIGradientView;
|
||||
@class MPPopupImageView;
|
||||
@class MPIconImageView;
|
||||
|
||||
@interface MPInspectorViewController : MPViewController <NSPopoverDelegate>
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
@property (weak) IBOutlet NSTextField *createdTextField;
|
||||
@property (weak) IBOutlet NSTextField *modifiedTextField;
|
||||
@property (weak) IBOutlet NSTextField *noSelectionInfo;
|
||||
@property (weak) IBOutlet MPPopupImageView *itemImageView;
|
||||
@property (weak) IBOutlet MPIconImageView *itemImageView;
|
||||
@property (weak) IBOutlet NSTextField *itemNameTextField;
|
||||
@property (weak) IBOutlet NSButton *saveChangesButton;
|
||||
@property (weak) IBOutlet NSButton *discardChangesButton;
|
||||
|
||||
Reference in New Issue
Block a user