mirror of
https://github.com/transmission/transmission.git
synced 2025-12-26 21:29:18 +00:00
make the toolbar buttons a pixel wider
This commit is contained in:
@@ -2580,12 +2580,10 @@ void sleepCallBack(void * controller, io_service_t y, natural_t messageType, voi
|
||||
[button setBezelStyle: NSTexturedRoundedBezelStyle];
|
||||
[button setStringValue: @""];
|
||||
|
||||
NSSize buttonSize = NSMakeSize(35.0, 25.0);
|
||||
NSSize buttonSize = NSMakeSize(36.0, 25.0);
|
||||
[item setMinSize: buttonSize];
|
||||
[item setMaxSize: buttonSize];
|
||||
|
||||
NSImage * image;
|
||||
|
||||
if ([ident isEqualToString: TOOLBAR_CREATE])
|
||||
{
|
||||
[item setLabel: NSLocalizedString(@"Create", "Create toolbar item -> label")];
|
||||
|
||||
Reference in New Issue
Block a user