mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 18:42:24 +00:00
Minor layout fixes
This commit is contained in:
@@ -28,8 +28,7 @@
|
||||
|
||||
@property (assign, nonatomic) BOOL showsEntry;
|
||||
@property (retain) NSPopover *activePopover;
|
||||
@property (retain) NSLayoutConstraint *showConstraint;
|
||||
@property (retain) NSLayoutConstraint *hideConstraint;
|
||||
@property (assign) IBOutlet NSButton *generatePasswordButton;
|
||||
|
||||
@end
|
||||
|
||||
@@ -150,6 +149,7 @@
|
||||
[self.passwordTextField setEnabled:enabled];
|
||||
[self.usernameTextField setEnabled:enabled];
|
||||
[self.URLTextField setEnabled:enabled];
|
||||
[self.generatePasswordButton setEnabled:enabled];
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user