add a field indicating when the blocklist was last updated

This commit is contained in:
Mitchell Livingston
2008-09-01 03:26:04 +00:00
parent a4f6f04811
commit 05d35d6698
4 changed files with 96 additions and 42 deletions

View File

@@ -50,6 +50,7 @@
float oldWidth = [fButton frame].size.width;
[fButton sizeToFit];
NSRect buttonFrame = [fButton frame];
buttonFrame.size.width += 12.0; //sizeToFit sizes a bit too small
buttonFrame.origin.x -= buttonFrame.size.width - oldWidth;
[fButton setFrame: buttonFrame];
@@ -94,7 +95,6 @@
[fTextField setStringValue: [NSLocalizedString(@"Processing blocklist", "Blocklist -> message") stringByAppendingEllipsis]];
[fButton setEnabled: NO];
[fStatusWindow display]; //force window to be updated
}
- (void) setFinished