Skip to content
Snippets Groups Projects
Commit cf9f2e64 authored by George Nachman's avatar George Nachman
Browse files

Make font size consistent in triggers prefs

parent 6e710954
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -354,6 +354,7 @@ static NSString *const kBackgroundColorWellIdentifier = @"kBackgroundColorWellId
0,
tableColumn.width,
self.tableView.rowHeight)] autorelease];
textField.font = [NSFont systemFontOfSize:[NSFont systemFontSize]];
textField.stringValue = triggerDictionary[kTriggerRegexKey] ?: @"";
textField.editable = YES;
textField.selectable = YES;
Loading
Loading
@@ -474,6 +475,7 @@ static NSString *const kBackgroundColorWellIdentifier = @"kBackgroundColorWellId
0,
tableColumn.width,
self.tableView.rowHeight)] autorelease];
textField.font = [NSFont systemFontOfSize:[NSFont systemFontSize]];
textField.stringValue = triggerDictionary[kTriggerParameterKey] ?: @"";
textField.editable = YES;
textField.selectable = YES;
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment