mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
trivial changes
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
{
|
||||
[fButton setTitle: NSLocalizedString(@"Cancel", "Blocklist -> cancel button")];
|
||||
|
||||
float oldWidth = [fButton frame].size.width;
|
||||
CGFloat oldWidth = [fButton frame].size.width;
|
||||
[fButton sizeToFit];
|
||||
NSRect buttonFrame = [fButton frame];
|
||||
buttonFrame.size.width += 12.0; //sizeToFit sizes a bit too small
|
||||
|
||||
Reference in New Issue
Block a user