mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
NSSecureTextField
This commit is contained in:
@@ -64,7 +64,7 @@ OSStatus StorePasswordKeychain (const char *url, UInt32 urlLength, void* passw
|
||||
|
||||
NSRect box = NSMakeRect(0, 0, 200, 24);
|
||||
|
||||
NSTextField * passView = [[NSTextField alloc] initWithFrame: box];
|
||||
NSSecureTextField * passView = [[NSSecureTextField alloc] initWithFrame: box];
|
||||
[passView setSelectable: YES];
|
||||
[passView setEditable: YES];
|
||||
[passView setBordered: YES];
|
||||
|
||||
Reference in New Issue
Block a user