Skip to content

Commit

Permalink
120 columns in preferences controllers
Browse files Browse the repository at this point in the history
  • Loading branch information
eofster committed Nov 25, 2012
1 parent c4b36e9 commit 8dda596
Show file tree
Hide file tree
Showing 10 changed files with 1,081 additions and 1,202 deletions.
42 changes: 21 additions & 21 deletions Classes/AccountPreferencesViewController.h
Expand Up @@ -35,27 +35,27 @@

// A view controller to manage account preferences.
@interface AccountPreferencesViewController : NSViewController {
@private
PreferencesController *preferencesController_;
AccountSetupController *accountSetupController_;

NSTableView *accountsTable_;
NSButton *addAccountButton_;
NSButton *accountEnabledCheckBox_;
NSTextField *accountDescriptionField_;
NSTextField *fullNameField_;
NSTextField *domainField_;
NSTextField *usernameField_;
NSTextField *passwordField_;
NSTextField *reregistrationTimeField_;
NSButton *substitutePlusCharacterCheckBox_;
NSTextField *plusCharacterSubstitutionField_;
NSButton *useProxyCheckBox_;
NSTextField *proxyHostField_;
NSTextField *proxyPortField_;
NSTextField *SIPAddressField_;
NSTextField *registrarField_;
NSTextField *cantEditAccountLabel_;
@private
PreferencesController *preferencesController_;
AccountSetupController *accountSetupController_;
NSTableView *accountsTable_;
NSButton *addAccountButton_;
NSButton *accountEnabledCheckBox_;
NSTextField *accountDescriptionField_;
NSTextField *fullNameField_;
NSTextField *domainField_;
NSTextField *usernameField_;
NSTextField *passwordField_;
NSTextField *reregistrationTimeField_;
NSButton *substitutePlusCharacterCheckBox_;
NSTextField *plusCharacterSubstitutionField_;
NSButton *useProxyCheckBox_;
NSTextField *proxyHostField_;
NSTextField *proxyPortField_;
NSTextField *SIPAddressField_;
NSTextField *registrarField_;
NSTextField *cantEditAccountLabel_;
}

// Preferences controller the receiver belongs to.
Expand Down

0 comments on commit 8dda596

Please sign in to comment.