mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
add a field indicating when the blocklist was last updated
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user